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

TargetEnumObject() 개인적인 메소드

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