'Declaration<ExtensionAttribute()> <JetBrains.Annotations.CanBeNullAttribute()> <JetBrains.Annotations.ItemNotNullAttribute()> Public Shared Function GetDelegateParameterTypes( _ ByVal type As Type _ ) As Type()
'UsageDim type As Type Dim value() As Type value = TypeExtensionR.GetDelegateParameterTypes(type)
[Extension()] [JetBrains.Annotations.CanBeNull()] [JetBrains.Annotations.ItemNotNull()] public static Type[] GetDelegateParameterTypes( Type type )
[Extension()] [JetBrains.Annotations.CanBeNull()] [JetBrains.Annotations.ItemNotNull()] public: static array<Type^>^ GetDelegateParameterTypes( Type^ type )
Parameters
- type
The value of this parameter cannot be
null(Nothingin Visual Basic).
Return Value
This method can return null (Nothing in Visual Basic).
The individual elements of the returned value are never null (Nothing in Visual Basic).