Saturday, September 15, 2007
Defined in Gregor.Core, namespace Gregor.Core.
public class Gregor.Core.CResult : System.Object, Gregor.Core.IResult Custom Attributes: Description:
public CResult(System.Object value, System.Type tp) Custom Attributes: Description:
private System.Object m_Tag Custom Attributes: Description:
private System.Type m_Type Custom Attributes: Description:
private System.Object m_Value Custom Attributes: Description:
public System.Boolean IsArray {get;} // Gregor.Core.IResult.IsArray
Custom Attributes:
Description:
public System.Boolean IsNull {get;} // Gregor.Core.IResult.IsNull
Custom Attributes:
Description:
public System.Boolean IsVoid {get;} // Gregor.Core.IResult.IsVoid
Custom Attributes:
Description:
static public Gregor.Core.CResult Null {get;}
Custom Attributes:
Description:
public System.Object Tag {get;set;} // Gregor.Core.IResult.Tag
Custom Attributes:
Description:
public System.Type Type {get;} // Gregor.Core.IResult.Type
Custom Attributes:
Description:
public System.Object Value {get;set;} // Gregor.Core.IResult.Value
Custom Attributes:
Description:
static public Gregor.Core.CResult Void {get;}
Custom Attributes:
Description:
static public Gregor.Core.CResult Create(System.Object obj) Custom Attributes: Description:
public override System.Boolean Equals(System.Object obj) Custom Attributes: Description:
public override System.Int32 GetHashCode() Custom Attributes: Description:
public override System.String ToString() Custom Attributes: Description: