C# Class SdesPrivateExtensionHashtable, NewTOAPIA

Inheritance: IEnumerable
ファイルを表示 Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method Description
Add ( byte prefix, byte data ) : void
Clone ( ) : object
Contains ( byte prefix ) : bool
ContainsKey ( byte prefix ) : bool
Remove ( byte prefix ) : void
SdesPrivateExtensionHashtable ( ) : System
SdesPrivateExtensionHashtable ( int length ) : System
this ( byte prefix ) : byte[]

Private Methods

Method Description
IEnumerable ( ) : IEnumerator

Method Details

Add() public method

public Add ( byte prefix, byte data ) : void
prefix byte
data byte
return void

Clone() public method

public Clone ( ) : object
return object

Contains() public method

public Contains ( byte prefix ) : bool
prefix byte
return bool

ContainsKey() public method

public ContainsKey ( byte prefix ) : bool
prefix byte
return bool

Remove() public method

public Remove ( byte prefix ) : void
prefix byte
return void

SdesPrivateExtensionHashtable() public method

public SdesPrivateExtensionHashtable ( ) : System
return System

SdesPrivateExtensionHashtable() public method

public SdesPrivateExtensionHashtable ( int length ) : System
length int
return System

this() public method

public this ( byte prefix ) : byte[]
prefix byte
return byte[]