CodeTypeMemberCollection Constructor (array<CodeTypeMember^>^)

 

Initializes a new instance of the CodeTypeMemberCollection class containing the specified array of CodeTypeMember objects.

Namespace:   System.CodeDom
Assembly:  System (in System.dll)

public:
CodeTypeMemberCollection(
	array<CodeTypeMember^>^ value
)

Parameters

value
Type: array<System.CodeDom::CodeTypeMember^>^

An array of CodeTypeMember objects with which to initialize the collection.

.NET Framework
Available since 1.1
Return to top
Show: