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

MonoStringObject() public method

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