public IEnumerable<uint> Strings { get; }
Public ReadOnly Property Strings As IEnumerable(Of UInteger) Get
public: property IEnumerable<unsigned int>^ Strings { IEnumerable<unsigned int>^ get (); }
member Strings : IEnumerable<uint32> with get