C# Class Mono.Rocks.Tools.CodeDomRocks

Afficher le fichier Open project: mono/rocks

Méthodes publiques

Méthode Description
AddDocs ( this self ) : void
AddRange ( this self ) : void
AddRange ( this self, IEnumerable comments ) : void
AddRange ( this self, IEnumerable ps ) : void
GetMethods ( this self, string name ) : IEnumerable
ThrowWhenArgumentIsNull ( this self, string argument ) : void

Method Details

AddDocs() public static méthode

public static AddDocs ( this self ) : void
self this
Résultat void

AddRange() public static méthode

public static AddRange ( this self ) : void
self this
Résultat void

AddRange() public static méthode

public static AddRange ( this self, IEnumerable comments ) : void
self this
comments IEnumerable
Résultat void

AddRange() public static méthode

public static AddRange ( this self, IEnumerable ps ) : void
self this
ps IEnumerable
Résultat void

GetMethods() public static méthode

public static GetMethods ( this self, string name ) : IEnumerable
self this
name string
Résultat IEnumerable

ThrowWhenArgumentIsNull() public static méthode

public static ThrowWhenArgumentIsNull ( this self, string argument ) : void
self this
argument string
Résultat void