C# Class Emveepee.Widgets.LogInfoList

Inheritance: IEnumerable
Mostra file Open project: mono/emveepee Class Usage Examples

Public Methods

Method Description
Add ( object obj ) : void
GetEnumerator ( ) : IEnumerator
Prepend ( LogInfo info ) : void
this ( int index ) : LogInfo

Private Methods

Method Description
OnChanged ( ) : void

Method Details

Add() public method

public Add ( object obj ) : void
obj object
return void

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

Prepend() public method

public Prepend ( LogInfo info ) : void
info LogInfo
return void

this() public method

public this ( int index ) : LogInfo
index int
return LogInfo