C# Class Server.TypeTable

Afficher le fichier Open project: Grimoric/RunUO.T2A Class Usage Examples

Méthodes publiques

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

Method Details

Add() public méthode

public Add ( string key, Type type ) : void
key string
type System.Type
Résultat void

Get() public méthode

public Get ( string key, bool ignoreCase ) : Type
key string
ignoreCase bool
Résultat System.Type

TypeTable() public méthode

public TypeTable ( int capacity ) : System
capacity int
Résultat System