C# Class ChangeIP.Source.ReadIPList

Show file Open project: CNU-Developers/Legacy Class Usage Examples

Public Properties

Property Type Description
myIpList List

Public Methods

Method Description
GetLineCounter ( ) : int
ReadIPList ( ) : System
ReadTxtFile ( ) : void

Method Details

GetLineCounter() public method

public GetLineCounter ( ) : int
return int

ReadIPList() public method

public ReadIPList ( ) : System
return System

ReadTxtFile() public method

public ReadTxtFile ( ) : void
return void

Property Details

myIpList public property

public List myIpList
return List