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