[This is preliminary documentation and is subject to change.]

Size of the enumerated type

Namespace:  OfficeClip.BusinessLayer.Framework.Profile
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
protected int EnumSize(
	Type type
)
Visual Basic (Declaration)
Protected Function EnumSize ( _
	type As Type _
) As Integer
Visual C++
protected:
int EnumSize(
	Type^ type
)

Parameters

type
Type: System..::.Type

Return Value

See Also