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

TargetStructObject() private method

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