public List<Author> Authors { get; }
Public ReadOnly Property Authors As List(Of Author) Get
public: property List<Author^>^ Authors { List<Author^>^ get (); }
member Authors : List<Author> with get
In This Article