Creates the item.
Creates a stack object from another.
public StackObject(StackObject);
Creates a stack object from another. With a different underlying type name.
public StackObject(StackObject,string);
Creates the item.
public StackObject(StackType,StackArrayType,int,StackPointerType,StackValueType,string);
StackObject Class | JaCIL.Compiler.Instruction Namespace