C# Class FastQuant.ProviderId

Datei anzeigen Open project: fastquant/fastquant.dll

Public Methods

Method Description
Add ( string name, byte id ) : void
Get ( string name ) : byte
Remove ( string name ) : void

Private Methods

Method Description
ProviderId ( ) : System

Method Details

Add() public static method

public static Add ( string name, byte id ) : void
name string
id byte
return void

Get() public static method

public static Get ( string name ) : byte
name string
return byte

Remove() public static method

public static Remove ( string name ) : void
name string
return void