C# Class MK.MobileDevice.PlistEnumerator

Inheritance: PlistNative, IEnumerator
Exibir arquivo Open project: exaphaser/MK.MobileDevice

Public Methods

Method Description
MoveNext ( ) : bool
PlistEnumerator ( IntPtr node ) : System
Reset ( ) : void

Method Details

MoveNext() public method

public MoveNext ( ) : bool
return bool

PlistEnumerator() public method

public PlistEnumerator ( IntPtr node ) : System
node System.IntPtr
return System

Reset() public method

public Reset ( ) : void
return void