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