C# Class CoreTweet.TwitterParameterAttribute

Inheritance: System.Attribute
Mostra file Open project: CoreTweet/CoreTweet

Public Methods

Method Description
TwitterParameterAttribute ( string name = null, object defaultValue = null ) : System

Initializes a new instance of the TwitterParameterAttribute class.

Method Details

TwitterParameterAttribute() public method

Initializes a new instance of the TwitterParameterAttribute class.
public TwitterParameterAttribute ( string name = null, object defaultValue = null ) : System
name string Name.
defaultValue object Default value.
return System