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