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

TargetNullObject() public method

public TargetNullObject ( TargetType type ) : System
type TargetType
return System
        public TargetNullObject(TargetType type)
            : base(type, new AbsoluteTargetLocation (TargetAddress.Null))
        {
        }