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

TargetClassObject() private méthode

private TargetClassObject ( TargetClassType type, TargetLocation location )
type TargetClassType
location TargetLocation
        internal TargetClassObject(TargetClassType type, TargetLocation location)
            : base(type, location)
        {
            this.Type = type;
        }
TargetClassObject