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

TargetPointerObject() private method

private TargetPointerObject ( TargetPointerType type, TargetLocation location )
type TargetPointerType
location TargetLocation
        internal TargetPointerObject(TargetPointerType type, TargetLocation location)
            : base(type, location)
        {
            this.Type = type;
        }