C# Class IKVM.Internal.ClassFile.ConstantPoolItemFieldref

Inheritance: ConstantPoolItemFMI
ファイルを表示 Open project: samskivert/ikvm-monotouch

Protected Methods

Method Description
Validate ( string name, string descriptor, int majorVersion ) : void

Private Methods

Method Description
ConstantPoolItemFieldref ( BigEndianBinaryReader br ) : System
GetField ( ) : FieldWrapper
GetFieldType ( ) : TypeWrapper
Link ( TypeWrapper thisType ) : void

Method Details

Validate() protected method

protected Validate ( string name, string descriptor, int majorVersion ) : void
name string
descriptor string
majorVersion int
return void