Click or drag to resize

TypeRefBaseGetTypeModifiers Method (Type)

Get any modifiers from the specified Type.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static Modifiers GetTypeModifiers(
	Type type
)

Parameters

type
Type: SystemType

Return Value

Type: Modifiers
See Also