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)
Syntaxpublic static ObjectTypes CreateInstance(
IAppContext appCxt
)
Public Shared Function CreateInstance (
appCxt As IAppContext
) As ObjectTypes
Parameters
- appCxt
- Type: NetQuarryIAppContext
The application context object
Return Value
Type:
ObjectTypesA new ObjectTypes collection.
See Also