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