 | ArrayParameterAttributeItemType Property |
Gets the .NET type of the array item.
Namespace:
NLog.Config
Assembly:
NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntaxpublic Type ItemType { get; }Public ReadOnly Property ItemType As Type
Get
Dim instance As ArrayParameterAttribute
Dim value As Type
value = instance.ItemType
member ItemType : Type with get
Property Value
Type:
Type
See Also