Mono.Debugger.Languages.Mono.MonoObjectObject.MonoObjectObject C# (CSharp) Method

MonoObjectObject() public method

public MonoObjectObject ( MonoObjectType type, TargetLocation location ) : System
type MonoObjectType
location TargetLocation
return System
        public MonoObjectObject(MonoObjectType type, TargetLocation location)
            : base(type, location)
        {
            this.Type = type;
        }