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

MonoNullableObject() public method

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