C# Class SILUBS.SharedScrUtils.TextFileToken

Text token object used for reading any, nondescript text file in order to discover all the characters therein.
Inheritance: ITextToken
Mostrar archivo Open project: sillsdev/FieldWorks

Public Methods

Method Description
Clone ( ) : ITextToken

Makes a deep copy of the specified text token.

Private Methods

Method Description
TextFileToken ( string text, int iLine, string scrRefFormatString ) : System

Initializes a new instance of the TextFileToken class.

Method Details

Clone() public method

Makes a deep copy of the specified text token.
public Clone ( ) : ITextToken
return ITextToken