TITcs.SharePoint.Libs by Stiven F. Câmara

<PackageReference Include="TITcs.SharePoint.Libs" Version="1.0.0" />

.NET API 60,016,200 bytes

 SPRoleCollection

public SPRole this[string name] { get; }

public SPRole this[int index] { get; }

public SPWeb Web { get; }

public string Xml { get; }

public void Add(string name, string description, SPRights permissionMask)

public SPRole GetByID(int id)

public SPRoleCollection GetCollection(string[] names)

public SPRole GetSpecialRole(SPRoleType roleType)

public void Remove(string name)

public void Remove(int index)

public void RemoveByID(int id)