Interface IMyCondition<T>
Namespace: VRage.Library.Utils
Assembly: VRage.Library.dll
Syntax
public interface IMyCondition<T>
Type Parameters
| Name | Description |
|---|---|
| T |
Methods
Evaluate(T)
Declaration
bool Evaluate(T value)
Parameters
| Type | Name | Description |
|---|---|---|
| T | value |
Returns
| Type | Description |
|---|---|
| System.Boolean |