AppenderCollection.Add

AppenderCollection.Add method

Adds an IAppender object to the end of collection.

public int Add(IAppender value)
ParameterTypeDescription
valueIAppenderThe IAppender to be added to the end of the collection. The value can be null.

Return Value

The index at which the value has been added.

See Also