C# Class PanGu.Dict.Wildcard.WildcardInfo

Exibir arquivo Open project: xuld/AI-Robot Class Usage Examples

Public Properties

Property Type Description
Key string
Segments List

Public Methods

Method Description
WildcardInfo ( string wildcard, Segment segment, Match options, Match parameter ) : System

Method Details

WildcardInfo() public method

public WildcardInfo ( string wildcard, Segment segment, Match options, Match parameter ) : System
wildcard string
segment Segment
options Match
parameter Match
return System

Property Details

Key public_oe property

public string Key
return string

Segments public_oe property

public List Segments
return List