C# Class SipSharp.Messages.Headers.Parsers.ParserForAttribute

Inheritance: System.Attribute
ファイルを表示 Open project: jgauffin/SipSharp

Public Methods

Method Description
ParserForAttribute ( string name, char compactName ) : System

Initializes a new instance of the ParserForAttribute class.

Method Details

ParserForAttribute() public method

Initializes a new instance of the ParserForAttribute class.
public ParserForAttribute ( string name, char compactName ) : System
name string Header name.
compactName char Compact form of header name.
return System