C# Class DoxDoxygenXML.DoxExtensions.DoxProperty

Parse extension methods for the Dox.Property class. Extension are related to the DoxygenXML model definition in (Model.Doxygen).
Datei anzeigen Open project: codaxy/dox

Public Methods

Method Description
ReadDoxygenMember ( this property, memberdefType mdt ) : void

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

Method Details

ReadDoxygenMember() public static method

Read Dox.Propety information from the DoxygenXML model object, by parsing the related (xml) sections.
public static ReadDoxygenMember ( this property, memberdefType mdt ) : void
property this /// A ///
mdt DoxDoxygenXML.Model.Doxygen.memberdefType /// A ///
return void