TypeRefBase.GetTypeModifiers Method (Type) |
Get any modifiers from the specified Type.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntaxpublic static Modifiers GetTypeModifiers(
Type type
)
Parameters
- type
- Type: System.Type
Return Value
Type:
Modifiers
See Also