ForType(Type)
Gets a new FlashtraceSource keeping all the configuration of the current instance, but for a different type.
Declaration
public FlashtraceSource ForType(Type type)
Parameters
Type | Name | Description |
---|---|---|
Type | type | The Type for which the FlashtraceSource should be created. |
Returns
Type | Description |
---|---|
FlashtraceSource | A FlashtraceSource for |