C# Class MoreInternals.Model.NthParameter

显示文件 Open project: kevin-montrose/More Class Usage Examples

Public Properties

Property Type Description
EvenSingleton NthParameter
OddSingleton NthParameter

Public Methods

Method Description
Parse ( string param ) : NthParameter
Write ( TextWriter output ) : void

Private Methods

Method Description
NthParameter ( int a, int b ) : System
ToString ( ) : string

Method Details

Parse() public static method

public static Parse ( string param ) : NthParameter
param string
return NthParameter

Write() public method

public Write ( TextWriter output ) : void
output System.IO.TextWriter
return void

Property Details

EvenSingleton public_oe static_oe property

public static NthParameter,MoreInternals.Model EvenSingleton
return NthParameter

OddSingleton public_oe static_oe property

public static NthParameter,MoreInternals.Model OddSingleton
return NthParameter