Class CLByteArrayTypeInfo
A CLTypeInfo
specific for byte arrays.
Inheritance
System.Object
CLByteArrayTypeInfo
Assembly: Casper.Network.SDK.dll
Syntax
public class CLByteArrayTypeInfo : CLTypeInfo
Constructors
CLByteArrayTypeInfo(Int32)
Declaration
public CLByteArrayTypeInfo(int size)
Parameters
Type |
Name |
Description |
System.Int32 |
size |
|
Properties
Size
Declaration
Property Value
Type |
Description |
System.Int32 |
|
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