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

TargetObjectObject() private method

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