C# Class XmlDocToMD.Program

The unique class of the application
Mostra file Open project: jaime-olivares/xmldoc2md

Public Properties

Property Type Description
DummyField string

Public Methods

Method Description
DummyMethod ( int arg1 ) : string

A dummy method

Private Methods

Method Description
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

Method Details

DummyMethod() public method

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

Property Details

DummyField public_oe property

A dummy field
Backend for DummyProperty.
public string DummyField
return string