Determines whether the specified value is compatible with Collection.
Namespace: CodeSmith.EngineAssembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
C# |
---|
protected static bool IsCompatibleObject( Object value ) |
Visual Basic |
---|
Protected Shared Function IsCompatibleObject ( value As Object ) As Boolean |
Parameters
- value
- Type: System..::..Object
The value to check.
Return Value
Type: Booleantrue if is a compatible object; otherwise, false.