C# 클래스 XmlDocToMD.Program

The unique class of the application
파일 보기 프로젝트 열기: jaime-olivares/xmldoc2md

공개 프로퍼티들

프로퍼티 타입 설명
DummyField string

공개 메소드들

메소드 설명
DummyMethod ( int arg1 ) : string

A dummy method

비공개 메소드들

메소드 설명
Main ( string args ) : void

The entry point of the application

This is the unique functional method. All others are dummies

PrivateMethod ( ) : void

A private method

메소드 상세

DummyMethod() 공개 메소드

A dummy method
Whenever a file error occurs
public DummyMethod ( int arg1 ) : string
arg1 int An integer argument
리턴 string

프로퍼티 상세

DummyField 공개적으로 프로퍼티

A dummy field
Backend for DummyProperty.
public string DummyField
리턴 string