C# Class Mono.AuthorAttribute

Inheritance: System.Attribute
ファイルを表示 Open project: nats/castle-1.0.3-mono

Public Properties

Property Type Description
Name string
SubProject string

Public Methods

Method Description
AuthorAttribute ( string name ) : System
AuthorAttribute ( string name, string subProject ) : System
ToString ( ) : string

Method Details

AuthorAttribute() public method

public AuthorAttribute ( string name ) : System
name string
return System

AuthorAttribute() public method

public AuthorAttribute ( string name, string subProject ) : System
name string
subProject string
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

Name public_oe property

public string Name
return string

SubProject public_oe property

public string SubProject
return string