Class AN_CodeBuilder
Inheritance
System.Object
AN_CodeBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SA.Android.Editor
Assembly: cs.temp.dll.dll
Syntax
public class AN_CodeBuilder
Methods
Append(String)
Declaration
public AN_CodeBuilder Append(string val)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | val |
Returns
| Type | Description |
|---|---|
| AN_CodeBuilder |
AppendLine()
Declaration
public AN_CodeBuilder AppendLine()
Returns
| Type | Description |
|---|---|
| AN_CodeBuilder |
AppendLine(String)
Declaration
public AN_CodeBuilder AppendLine(string val)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | val |
Returns
| Type | Description |
|---|---|
| AN_CodeBuilder |
CloseBraces()
Declaration
public AN_CodeBuilder CloseBraces()
Returns
| Type | Description |
|---|---|
| AN_CodeBuilder |
OpenBraces()
Declaration
public AN_CodeBuilder OpenBraces()
Returns
| Type | Description |
|---|---|
| AN_CodeBuilder |
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String |
Overrides
System.Object.ToString()