Method Remove
Remove<T>()
Removes a VolumeComponent from this Volume Profile.
Declaration
public void Remove<T>() where T : VolumeComponent
Type Parameters
Name | Description |
---|---|
T | A type of VolumeComponent. |
Remarks
This method does nothing if the type does not exist in the Volume Profile.
See Also
Remove(Type)
Removes a VolumeComponent from this Volume Profile.
Declaration
public void Remove(Type type)
Parameters
Type | Name | Description |
---|---|---|
Type | type | A type that inherits from VolumeComponent. |
Remarks
This method does nothing if the type does not exist in the Volume Profile.