C# Class CoreTweet.TwitterParameterAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: CoreTweet/CoreTweet

Méthodes publiques

Méthode Description
TwitterParameterAttribute ( string name = null, object defaultValue = null ) : System

Initializes a new instance of the TwitterParameterAttribute class.

Method Details

TwitterParameterAttribute() public méthode

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