C# Class Mono.AuthorAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Свойство Type Description
Name string
SubProject string

Méthodes publiques

Méthode Description
AuthorAttribute ( string name ) : System
AuthorAttribute ( string name, string subProject ) : System
ToString ( ) : string

Method Details

AuthorAttribute() public méthode

public AuthorAttribute ( string name ) : System
name string
Résultat System

AuthorAttribute() public méthode

public AuthorAttribute ( string name, string subProject ) : System
name string
subProject string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Name public_oe property

public string Name
Résultat string

SubProject public_oe property

public string SubProject
Résultat string