C# Class MonoDevelop.Debugger.Gdb.D.SubArrayCacheNode

Inheritance: ObjectCacheNode
Mostrar archivo Open project: llucenic/MonoDevelop.Debugger.Gdb.D

Public Properties

Property Type Description
firstItem ulong
length int

Public Methods

Method Description
SubArrayCacheNode ( string n, D_Parser.Resolver.AbstractType t, ulong firstItemPointer, int len ) : System

Method Details

SubArrayCacheNode() public method

public SubArrayCacheNode ( string n, D_Parser.Resolver.AbstractType t, ulong firstItemPointer, int len ) : System
n string
t D_Parser.Resolver.AbstractType
firstItemPointer ulong
len int
return System

Property Details

firstItem public_oe property

public ulong firstItem
return ulong

length public_oe property

public int length
return int