Class Parameter
Parameter to a method
Inheritance
System.Object
Parameter
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class Parameter : object
Properties
CLType
The type of the parameter in the entry point.
Declaration
public CLTypeInfo CLType { get; set; }
Property Value
Type | Description |
---|---|
CLTypeInfo |
Name
The name of the parameter in the entry point.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |