Mono.Debugger.Languages.TargetObjectObject.TargetObjectObject C# (CSharp) 메소드

TargetObjectObject() 개인적인 메소드

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