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

TargetEnumObject() private method

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