Interface IAddOp<T>
Namespace: VRageMath
Assembly: VRage.Math.dll
Syntax
public interface IAddOp<T>
Type Parameters
Name | Description |
---|---|
T |
Methods
Add(T, Boolean)
Declaration
void Add(T userData, bool contained)
Parameters
Type | Name | Description |
---|---|---|
T | userData | |
System.Boolean | contained |