Class AsmComment
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Cosmos.VS.Windows
Assembly: Cosmos.VS.Windows.dll
Syntax
public class AsmComment : AsmLine
Constructors
| Improve this Doc View SourceAsmComment(String)
Declaration
public AsmComment(string aComment)
Parameters
Type | Name | Description |
---|---|---|
System.String | aComment |
Fields
| Improve this Doc View SourcemComment
Declaration
protected string mComment
Field Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()