Class Reg
Inheritance
System.Object
Reg
Assembly: XSharp.dll
Syntax
public class Reg : AlphaNumList
Constructors
|
Improve this Doc
View Source
Reg(String)
Declaration
protected Reg(string aText)
Parameters
Type |
Name |
Description |
System.String |
aText |
|
|
Improve this Doc
View Source
Reg(String[])
Declaration
protected Reg(string[] aList)
Parameters
Type |
Name |
Description |
System.String[] |
aList |
|
Methods
|
Improve this Doc
View Source
Declaration
protected override object Transform(string aText)
Parameters
Type |
Name |
Description |
System.String |
aText |
|
Returns
Type |
Description |
System.Object |
|