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

Inheritance: ObjectCacheNode
Afficher le fichier Open project: llucenic/MonoDevelop.Debugger.Gdb.D

Méthodes publiques

Свойство Type Description
firstItem ulong
length int

Méthodes publiques

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

Method Details

SubArrayCacheNode() public méthode

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
Résultat System

Property Details

firstItem public_oe property

public ulong firstItem
Résultat ulong

length public_oe property

public int length
Résultat int