public HashSet<Guid, NestedRole> NestedRolesByID { get; }
Public ReadOnly Property NestedRolesByID As HashSet(Of Guid, NestedRole)
Get
public:
property HashSet<Guid, NestedRole^>^ NestedRolesByID {
HashSet<Guid, NestedRole^>^ get ();
}
member NestedRolesByID : HashSet<Guid, NestedRole> with get