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

TargetClassObject() private method

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