C# Класс Grib.Api.Interop.GribKeysIterator

Wraps a grib_keys_iterator struct.
Наследование: AutoRef
Показать файл Открыть проект

Открытые методы

Метод Описание
Create ( GribHandle handle, uint filters, string nspace ) : GribKeysIterator

Creates an instance of GribKeysIterator.

Next ( ) : bool

Gets the next value in a series.

Rewind ( ) : void

Rewinds this instance.

Защищенные методы

Метод Описание
OnDispose ( bool disposing ) : void

Called when [dispose].

Приватные методы

Метод Описание
GribKeysIterator ( IntPtr h ) : Grib.Api.Interop.SWIG

Описание методов

Create() публичный статический Метод

Creates an instance of GribKeysIterator.
public static Create ( GribHandle handle, uint filters, string nspace ) : GribKeysIterator
handle GribHandle The handle of the message to iterate.
filters uint The key filters.
nspace string The namespace of the keys to iterate.
Результат GribKeysIterator

Next() публичный Метод

Gets the next value in a series.
public Next ( ) : bool
Результат bool

OnDispose() защищенный Метод

Called when [dispose].
protected OnDispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
Результат void

Rewind() публичный Метод

Rewinds this instance.
public Rewind ( ) : void
Результат void