public HashSet<string> OURootsSR { get; }
Public ReadOnly Property OURootsSR As HashSet(Of String)
Get
public:
virtual property HashSet<String^>^ OURootsSR {
HashSet<String^>^ get () sealed;
}
abstract OURootsSR : HashSet<string> with get
override OURootsSR : HashSet<string> with get