C# 클래스 DoxDoxygenXML.DoxExtensions.DoxProperty

Parse extension methods for the Dox.Property class. Extension are related to the DoxygenXML model definition in (Model.Doxygen).
파일 보기 프로젝트 열기: codaxy/dox

공개 메소드들

메소드 설명
ReadDoxygenMember ( this property, memberdefType mdt ) : void

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

메소드 상세

ReadDoxygenMember() 공개 정적인 메소드

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 ///
리턴 void