C# Class Python.Test.IndexerBase

Show file Open project: fkarb/pythonnet

Protected Properties

Property Type Description
t System.Collections.Hashtable

Protected Methods

Method Description
GetValue ( object index ) : string
IndexerBase ( ) : System

Method Details

GetValue() protected method

protected GetValue ( object index ) : string
index object
return string

IndexerBase() protected method

protected IndexerBase ( ) : System
return System

Property Details

t protected property

protected Hashtable,System.Collections t
return System.Collections.Hashtable