C# Class DoxDoxygenXML.DoxExtensions.DoxField

Parse extension methods for the Dox.Field class. Extension are related to the DoxygenXML model definition in (Model.Doxygen).
Afficher le fichier Open project: codaxy/dox

Méthodes publiques

Méthode Description
ReadDoxygenMember ( this field, memberdefType mdt ) : void

Read Dox.Field information from the DoxygenXML model object, by parsing the related (xml) sections.

Method Details

ReadDoxygenMember() public static méthode

Read Dox.Field information from the DoxygenXML model object, by parsing the related (xml) sections.
public static ReadDoxygenMember ( this field, memberdefType mdt ) : void
field this /// A ///
mdt DoxDoxygenXML.Model.Doxygen.memberdefType /// A ///
Résultat void