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

TargetNullableObject() private method

private TargetNullableObject ( TargetNullableType type, TargetLocation location ) : System
type TargetNullableType
location TargetLocation
return System
        internal TargetNullableObject(TargetNullableType type, TargetLocation location)
            : base(type, location)
        {
            this.Type = type;
        }