Namespace: Spire.Presentation.Converter.Equation.Word.Collections
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
protected abstract Type[] TypesOfElement { get; }
Protected MustOverride ReadOnly Property TypesOfElement As Type()
	Get
protected:
virtual property array<Type^>^ TypesOfElement {
	array<Type^>^ get () abstract;
}
abstract TypesOfElement : Type[] with get

Property Value

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

See Also