C# Класс Wombat.MamaMsgIterator

Class for iterating through the fields in a MamaMsg
Наследование: MamaWrapper
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
MamaMsgIterator ( Wombat.MamaDictionary dictionary ) : System

Creates and iterator

SetField ( IntPtr pField ) : void
getField ( ) : Wombat.MamaMsgField
operator ( ) : MamaMsgIterator

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

Метод Описание
DestroyNativePeer ( ) : MamaStatus.mamaStatus

Implements the destruction of the underlying peer object MamaWrapper.DestroyNativePeer

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

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

Implements the destruction of the underlying peer object MamaWrapper.DestroyNativePeer
protected DestroyNativePeer ( ) : MamaStatus.mamaStatus
Результат MamaStatus.mamaStatus

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

Creates and iterator
public MamaMsgIterator ( Wombat.MamaDictionary dictionary ) : System
dictionary Wombat.MamaDictionary Dictionary to use when iterating through the /// fields. Pass null is no dictionary is available
Результат System

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

public SetField ( IntPtr pField ) : void
pField System.IntPtr
Результат void

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

public getField ( ) : Wombat.MamaMsgField
Результат Wombat.MamaMsgField

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

public static operator ( ) : MamaMsgIterator
Результат MamaMsgIterator