C# Class Server.Commands.CategoryEntry

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

Méthodes publiques

Méthode Description
CategoryEntry ( ) : System
CategoryEntry ( CategoryEntry parent, CategoryLine lines, int &index ) : System
CategoryEntry ( CategoryEntry parent, string title, CategoryEntry subCats ) : System
IsMatch ( Type type ) : bool

Method Details

CategoryEntry() public méthode

public CategoryEntry ( ) : System
Résultat System

CategoryEntry() public méthode

public CategoryEntry ( CategoryEntry parent, CategoryLine lines, int &index ) : System
parent CategoryEntry
lines CategoryLine
index int
Résultat System

CategoryEntry() public méthode

public CategoryEntry ( CategoryEntry parent, string title, CategoryEntry subCats ) : System
parent CategoryEntry
title string
subCats CategoryEntry
Résultat System

IsMatch() public méthode

public IsMatch ( Type type ) : bool
type System.Type
Résultat bool