VAGSuite.TransactionCollection.TransactionCollectionPropertyDescriptor.GetValue C# (CSharp) Метод

GetValue() публичный Метод

public GetValue ( object component ) : object
component object
Результат object
            public override object GetValue(object component)
            {
                return this.collection[index];
            }