Click or drag to resize

AppletCollection.GetEnumerator Method

Get the enumerator

Namespace:  SanteDB.Core.Applets
Assembly:  SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 3.0.481-alpha
Syntax
public IEnumerator<AppletManifest> GetEnumerator()

Return Value

Type: IEnumerator<AppletManifest>

[Missing <returns> documentation for "M:SanteDB.Core.Applets.AppletCollection.GetEnumerator"]

Implements

IEnumerable<T>.GetEnumerator()
See Also