Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
protected Object[] FindParents(
	Type[] arrTypes
)
Protected Function FindParents ( 
	arrTypes As Type()
) As Object()
protected:
array<Object^>^ FindParents(
	array<Type^>^ arrTypes
)
member FindParents : 
        arrTypes : Type[] -> Object[] 

Parameters

arrTypes
array<Type>[]()[][]

Return Value

array<Object>[]()[][]

See Also