Bridge

DynamicAttribute Constructor (array<Boolean>[]()[][])

Namespace:  System.Runtime.CompilerServices
Assembly:  Bridge (in Bridge.dll)

Syntax


public DynamicAttribute(
	bool[] transformFlags
)
Public Sub New ( _
	transformFlags As Boolean() _
)
public:
DynamicAttribute(
	array<bool^>^ transformFlags
)

Parameters

transformFlags
Type: array<System..::..Boolean>[]()[][]