Click or drag to resize

InterfaceDecl Constructor (String, Modifiers)

Create an InterfaceDecl with the specified name.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public InterfaceDecl(
	string name,
	Modifiers modifiers = Modifiers.None
)

Parameters

name
Type: SystemString
modifiers (Optional)
Type: Nova.CodeDOMModifiers
See Also