VAGSuite.TransactionCollection.TransactionCollectionPropertyDescriptor.SetValue C# (CSharp) Méthode

SetValue() public méthode

public SetValue ( object component, object value ) : void
component object
value object
Résultat void
            public override void SetValue(object component, object value)
            {
                // this.collection[index] = value;
            }