Click or drag to resize

ModifiersHelpersParse Method (String)

Parse a string of space-delimited modifiers.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static Modifiers Parse(
	string input
)

Parameters

input
Type: SystemString

Return Value

Type: Modifiers
See Also