C# Class SusiParsingService.GlobalHost

Mostrar archivo Open project: nikoladimitroff/SusiParser

Private Properties

Property Type Description

Public Methods

Method Description
Add ( string key, SusiParser.Parser parser ) : void
GlobalHost ( ) : System
TryGetValue ( string key, SusiParser.Parser &parser ) : bool
TryRemove ( string key ) : bool

Method Details

Add() public method

public Add ( string key, SusiParser.Parser parser ) : void
key string
parser SusiParser.Parser
return void

GlobalHost() public method

public GlobalHost ( ) : System
return System

TryGetValue() public method

public TryGetValue ( string key, SusiParser.Parser &parser ) : bool
key string
parser SusiParser.Parser
return bool

TryRemove() public method

public TryRemove ( string key ) : bool
key string
return bool