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

TargetObjectObject() private méthode

private TargetObjectObject ( TargetObjectType type, TargetLocation location ) : System
type TargetObjectType
location TargetLocation
Résultat System
        internal TargetObjectObject(TargetObjectType type, TargetLocation location)
            : base(type, location)
        {
            this.Type = type;
        }