2024 Members
Changes 4
M

ExternalDefinitions

Name Return Type Description Inherited From
M Contains(Definition) bool Tests for the existence of a definition within the set. (Inherited from Definitions .) Definitions
M Create(ExternalDefinitionCreationOptions) nullNothingnullptr Creates a new parameter definition using specified options. (Inherited from Definitions .) Definitions
M Dispose() None (Inherited from Definitions .) Definitions
M Equals None Determines whether the specified Object is equal to the current Object . (Inherited from Object .) Object .
M GetBasicIEnumerator() IEnumerator Returns an enumerator that iterates through a collection. (Inherited from Definitions .) Definitions
M GetEnumerator() The enumerator. Retrieves an enumerator to the collection. (Inherited from Definitions .) Definitions
M GetHashCode None Serves as a hash function for a particular type. (Inherited from Object .) Object .
M GetType None Gets the Type of the current instance. (Inherited from Object .) Object .
M ToString None Returns a string that represents the current object. (Inherited from Object .) Object .
Name Return Type Description Inherited From
P IsEmpty bool Identifies if the definitions collection is empty. (Inherited from Definitions .) Definitions
P Item Definition Retrieves a definition by a given name. (Inherited from Definitions .) Definitions
P Size int The number of definitions in the collection. (Inherited from Definitions .) Definitions