Click or drag to resize

ObjectTypesCreateInstance Method

Creates an instance of the collection.

Namespace:  NetQuarry.Metadata
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static ObjectTypes CreateInstance(
	IAppContext appCxt
)

Parameters

appCxt
Type: NetQuarryIAppContext
The application context object

Return Value

Type: ObjectTypes
A new ObjectTypes collection.
See Also