Mono.Debugger.Languages.Mono.MonoStringObject.MonoStringObject C# (CSharp) Méthode

MonoStringObject() public méthode

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