NewInstance Method
Creates a new object that supports the Extension interface.
Syntax
public T NewInstance(
System.object[] args
)Public Function NewInstance( _
Optional ByVal args() As System.Object _
) As TParameters
| Name | Description |
|---|---|
| args |
Return Value
The new object supporting the Extension interface.