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

TargetArrayObject() private method

private TargetArrayObject ( TargetArrayType type, TargetLocation location ) : System
type TargetArrayType
location TargetLocation
return System
        internal TargetArrayObject(TargetArrayType type, TargetLocation location)
            : base(type, location)
        {
            this.Type = type;
            this.Rank = type.Rank;
        }