2021 Members
Changes 4
M

Definitions

Name Return Type Description Inherited From
M Contains(Definition) bool Tests for the existence of a definition within the set.
M Create(ExternalDefinitionCreationOptions) nullNothingnullptr Creates a new parameter definition using specified options.
M Dispose() None Releases all resources used by the Definitions
M Equals None (Inherited from Object .) Object .
M GetBasicIEnumerator() IEnumerator Returns an enumerator that iterates through a collection.
M GetEnumerator() The enumerator. Retrieves an enumerator to the collection.
M GetHashCode None (Inherited from Object .) Object .
M GetType None (Inherited from Object .) Object .
M ToString None (Inherited from Object .) Object .
Name Return Type Description Inherited From
P IsEmpty bool Identifies if the definitions collection is empty.
P Item Definition Retrieves a definition by a given name.
P Size int The number of definitions in the collection.