C# Class io.IoSeqObjectHashtable

Inheritance: System.Collections.Hashtable
Datei anzeigen Open project: devaspot/io Class Usage Examples

Public Properties

Property Type Description
state IoState

Public Methods

Method Description
IoSeqObjectHashtable ( IoState s ) : System
this ( object key ) : object

Method Details

IoSeqObjectHashtable() public method

public IoSeqObjectHashtable ( IoState s ) : System
s IoState
return System

this() public method

public this ( object key ) : object
key object
return object

Property Details

state public_oe property

public IoState,io state
return IoState