Show / Hide Table of Contents

Class Instruction

Represents an instruction.

Inheritance
System.Object
Instruction
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: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class Instruction

Properties

Shape

Gets or sets the shape index.

Declaration
public int Shape { get; set; }
Property Value
System.Int32

Text

Gets or sets the text.

Declaration
public string Text { get; set; }
Property Value
System.String

Type

Gets or sets the type.

Declaration
public string Type { get; set; }
Property Value
System.String

Methods

ToString()

Converts the instruction to a string.

Declaration
public override string ToString()
Returns
System.String

Overrides
System.Object.ToString()
Back to top Built by Itinero, MIT licensed.