C# Класс Mono.Rocks.Tools.CodeDomRocks

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

AddDocs() публичный статический Метод

public static AddDocs ( this self ) : void
self this
Результат void

AddRange() публичный статический Метод

public static AddRange ( this self ) : void
self this
Результат void

AddRange() публичный статический Метод

public static AddRange ( this self, IEnumerable comments ) : void
self this
comments IEnumerable
Результат void

AddRange() публичный статический Метод

public static AddRange ( this self, IEnumerable ps ) : void
self this
ps IEnumerable
Результат void

GetMethods() публичный статический Метод

public static GetMethods ( this self, string name ) : IEnumerable
self this
name string
Результат IEnumerable

ThrowWhenArgumentIsNull() публичный статический Метод

public static ThrowWhenArgumentIsNull ( this self, string argument ) : void
self this
argument string
Результат void