Click or drag to resize

MethodDefinitionSetSemantics Method

Namespace:  Mono.Cecil
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public void SetSemantics(
	MethodSemanticsAttributes semantics,
	bool value
)

Parameters

semantics
Type: Mono.CecilMethodSemanticsAttributes
value
Type: SystemBoolean
See Also