 | ArrayParameterAttributeItemType Property |
Gets the .NET type of the array item.
Namespace:
NLog.Config
Assembly:
NLog (in NLog.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
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