C# Class iTextSharp.text.log.SysoCounter

Inheritance: ICounter
Datei anzeigen Open project: nonorganic/dssnet

Protected Properties

Property Type Description
name String

Public Methods

Method Description
GetCounter ( Type klass ) : ICounter
Read ( long l ) : void
SysoCounter ( ) : System
Written ( long l ) : void

Protected Methods

Method Description
SysoCounter ( Type klass ) : System

Method Details

GetCounter() public method

public GetCounter ( Type klass ) : ICounter
klass System.Type
return ICounter

Read() public method

public Read ( long l ) : void
l long
return void

SysoCounter() public method

public SysoCounter ( ) : System
return System

SysoCounter() protected method

protected SysoCounter ( Type klass ) : System
klass System.Type
return System

Written() public method

public Written ( long l ) : void
l long
return void

Property Details

name protected_oe property

protected String name
return String