Click or drag to resize

OpenTypeParameterRef Constructor (TypeParameter, Boolean, Int32)

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public OpenTypeParameterRef(
	TypeParameter declaration,
	bool isFirstOnLine,
	params int[] arrayRanks
)

Parameters

declaration
Type: Nova.CodeDOMTypeParameter
isFirstOnLine
Type: SystemBoolean
arrayRanks
Type: SystemInt32
See Also