C# Class Reinforced.Typings.Xmldoc.Model.DocumentationMemberExtensions

Datei anzeigen Open project: reinforced/Reinforced.Typings

Public Methods

Method Description
HasParameters ( this dm ) : bool
HasReturns ( this dm ) : bool
HasSummary ( this dm ) : bool
MeberType ( this name ) : DocumentationMemberType

Method Details

HasParameters() public static method

public static HasParameters ( this dm ) : bool
dm this
return bool

HasReturns() public static method

public static HasReturns ( this dm ) : bool
dm this
return bool

HasSummary() public static method

public static HasSummary ( this dm ) : bool
dm this
return bool

MeberType() public static method

public static MeberType ( this name ) : DocumentationMemberType
name this
return DocumentationMemberType