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;
        }