public IEnumerable<string> TextParts { get; }
Public ReadOnly Property TextParts As IEnumerable(Of String) Get
public: property IEnumerable<String^>^ TextParts { IEnumerable<String^>^ get (); }
member TextParts : IEnumerable<string> with get
In This Article