SetterBaseCollection.Append(SetterBase)
SetterBaseCollection.Append(SetterBase)
SetterBaseCollection.Append(SetterBase)
SetterBaseCollection.Append(SetterBase)
Method
Definition
Adds a new item to the collection.
public : void Append(SetterBase value)
void Append(SetterBase value) const;
public void Append(SetterBase value)
Public Sub Append(value As SetterBase)
Parameters
- value
- SetterBase SetterBase
The new item to add.
Remarks
Note
The equivalent Microsoft .NET API is Add.
See also
Feedback
Feedback wird geladen...