'Declaration Public ReadOnly Property DefinedNames As System.Collections.Generic.IList(Of DefinedName)
public System.Collections.Generic.IList<DefinedName> DefinedNames { get; }
public: __property System.Collections.Generic.IList<DefinedName*>* get_DefinedNames();
public:
property System.Collections.Generic.IList<DefinedName^>^ DefinedNames { System.Collections.Generic.IList<DefinedName^>^ get(); }