IInfoEntry.GetTag<T>(string) Method
Namespace: NextDesign.Core
Description
Gets the tag by specifying the type. If the tag does not exist, returns the default for the specified type.
Type parameters
Input type | Constraints |
---|---|
T |
Arguments
Name | Type | Description |
---|---|---|
tag | string | Tag |
Return value
- T
Exceptions
Name | Exception class | Description |
---|---|---|
Invalid argument | ExtensionArgumentException | When null is set to the argument |