reader class : TypeName getter

Description

Gets the type name.

Syntax

readerInstance.TypeName

Arguments

None.

Return value

ClassDescription
stringThe type name.

Sample code

1:

reader r = new reader("c:\somewhere...\sample.txt");

2:

string typeName = r.TypeName;

Notes

This getter returns "reader".

Links for reference

None.

Copyright © Cooker All rights reserved.