GenericListWrapperTGenericList Property |
Gets the list that is being wrapped.
Namespace: VirtualRadar.Interface.PortableBindingAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public IList<T> GenericList { get; }
Public ReadOnly Property GenericList As IList(Of T)
Get
public:
property IList<T>^ GenericList {
IList<T>^ get ();
}
member GenericList : IList<'T> with get
Property Value
Type:
IListTSee Also