C# Class Tailf.OptionAttribute

Inheritance: System.Attribute
Mostra file Open project: kerryjiang/Tailf Class Usage Examples

Private Properties

Property Type Description
GetPropertyInfo System.Reflection.PropertyInfo
SetPropertyInfo void

Public Methods

Method Description
OptionAttribute ( string flag ) : System

Private Methods

Method Description
GetPropertyInfo ( ) : PropertyInfo
SetPropertyInfo ( PropertyInfo pi ) : void

Method Details

OptionAttribute() public method

public OptionAttribute ( string flag ) : System
flag string
return System