Class CLOptionTypeInfo
A CLTypeInfo
specific for the Option CLType.
Inheritance
System.Object
CLOptionTypeInfo
Assembly: Casper.Network.SDK.dll
Syntax
public class CLOptionTypeInfo : CLTypeInfo
Constructors
CLOptionTypeInfo(CLTypeInfo)
Declaration
public CLOptionTypeInfo(CLTypeInfo type)
Parameters
Properties
OptionType
Declaration
public CLTypeInfo OptionType { get; }
Property Value
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
GetFrameworkType()
Declaration
public override Type GetFrameworkType()
Returns
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides