public static IReadOnlyList<string> DefaultNamespaces { get; }
Public Shared ReadOnly Property DefaultNamespaces As IReadOnlyList(Of String)
Get
public:
static property IReadOnlyList<String^>^ DefaultNamespaces {
IReadOnlyList<String^>^ get ();
}
static member DefaultNamespaces : IReadOnlyList<string> with get