C# Class Server.TypeTable

Mostrar archivo Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
Add ( string key, Type type ) : void
Get ( string key, bool ignoreCase ) : Type
TypeTable ( int capacity ) : System

Method Details

Add() public method

public Add ( string key, Type type ) : void
key string
type System.Type
return void

Get() public method

public Get ( string key, bool ignoreCase ) : Type
key string
ignoreCase bool
return System.Type

TypeTable() public method

public TypeTable ( int capacity ) : System
capacity int
return System