Class Param
Inheritance
System.Object
Param
Assembly: XSharp.dll
Syntax
public abstract class Param : object
Properties
|
Improve this Doc
View Source
Action
Declaration
public Action<object[]> Action { get; set; }
Property Value
Type |
Description |
Action<System.Object[]> |
|
|
Improve this Doc
View Source
Params
Declaration
public List<Param> Params { get; }
Property Value
Type |
Description |
XSharp.x86.Params.List<Param> |
|
Methods
|
Improve this Doc
View Source
Add(Type)
Declaration
public Param Add(Type aParamType)
Parameters
Type |
Name |
Description |
Type |
aParamType |
|
Returns
|
Improve this Doc
View Source
IsMatch(Object)
Declaration
public abstract bool IsMatch(object aValue)
Parameters
Type |
Name |
Description |
System.Object |
aValue |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Next(Object)
Declaration
public Param Next(object aValue)
Parameters
Type |
Name |
Description |
System.Object |
aValue |
|
Returns
|
Improve this Doc
View Source
Declaration
public virtual object Transform(object aValue)
Parameters
Type |
Name |
Description |
System.Object |
aValue |
|
Returns
Type |
Description |
System.Object |
|