'Declaration<ExtensionAttribute()> <JetBrains.Annotations.NotNullAttribute()> <JetBrains.Annotations.ItemNotNullAttribute()> Public Shared Function GetBaseTypeInfos( _ ByVal typeInfo As Type, _ ByVal alsoInterfaces As Boolean _ ) As TypeInfo()
'UsageDim typeInfo As Type Dim alsoInterfaces As Boolean Dim value() As TypeInfo value = TypeExtensionR.GetBaseTypeInfos(typeInfo, alsoInterfaces)
[Extension()] [JetBrains.Annotations.NotNull()] [JetBrains.Annotations.ItemNotNull()] public static TypeInfo[] GetBaseTypeInfos( Type typeInfo, bool alsoInterfaces )
[Extension()] [JetBrains.Annotations.NotNull()] [JetBrains.Annotations.ItemNotNull()] public: static array<TypeInfo^>^ GetBaseTypeInfos( Type^ typeInfo, bool alsoInterfaces )
Parameters
- typeInfo
The value of this parameter cannot be
null(Nothingin Visual Basic).- alsoInterfaces
Return Value
This method never returns null (Nothing in Visual Basic).
The individual elements of the returned value are never null (Nothing in Visual Basic).