C# Class Xapian.ESet

Inheritance: IDisposable
Mostrar archivo Open project: kyeh/dormhost Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Back ( ) : ESetIterator
Begin ( ) : ESetIterator
Dispose ( ) : void
ESet ( ) : System
ESet ( ESet other ) : System
Empty ( ) : bool
End ( ) : ESetIterator
GetDescription ( ) : string
GetEbound ( ) : uint
Size ( ) : uint

Private Methods

Method Description
ESet ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( ESet obj ) : HandleRef

Method Details

Back() public method

public Back ( ) : ESetIterator
return ESetIterator

Begin() public method

public Begin ( ) : ESetIterator
return ESetIterator

Dispose() public method

public Dispose ( ) : void
return void

ESet() public method

public ESet ( ) : System
return System

ESet() public method

public ESet ( ESet other ) : System
other ESet
return System

Empty() public method

public Empty ( ) : bool
return bool

End() public method

public End ( ) : ESetIterator
return ESetIterator

GetDescription() public method

public GetDescription ( ) : string
return string

GetEbound() public method

public GetEbound ( ) : uint
return uint

Size() public method

public Size ( ) : uint
return uint

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool