'Declaration<ExtensionAttribute()> <JetBrains.Annotations.CanBeNullAttribute()> <JetBrains.Annotations.ItemNotNullAttribute()> Public Shared Function GetDelegateParameters( _ ByVal type As Type _ ) As ParameterInfo()
'UsageDim type As Type Dim value() As ParameterInfo value = TypeExtensionR.GetDelegateParameters(type)
[Extension()] [JetBrains.Annotations.CanBeNull()] [JetBrains.Annotations.ItemNotNull()] public static ParameterInfo[] GetDelegateParameters( Type type )
[Extension()] [JetBrains.Annotations.CanBeNull()] [JetBrains.Annotations.ItemNotNull()] public: static array<ParameterInfo^>^ GetDelegateParameters( 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).