2021 Members
Changes 4
M

DefinitionGroups

Name Return Type Description Inherited From
M Contains(DefinitionGroup) bool Tests for the existence of a definition group within the collection.
M Create(String) nullNothingnullptr Create a new parameter definition group using the name provided.
M Dispose() None Releases all resources used by the DefinitionGroups
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 definition groups collection is empty.
P Item DefinitionGroup Retrieve a definition group by name.
P Size int The number of definition groups in the collection.