NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CodeAttributeDeclarationCollection.AddRange

Adds a set of CodeAttributeDeclaration objects to the collection.

[Visual Basic]
Public Sub AddRange( _
   ByVal value() As CodeAttributeDeclaration _
)
[C#]
public void AddRange(
   CodeAttributeDeclaration[] value
);
[C++]
public: void AddRange(
   CodeAttributeDeclaration* value[]
);
[JScript]
public function AddRange(
   value : CodeAttributeDeclaration[]
);

Parameters

value
An array of type CodeAttributeDeclaration.

See Also

CodeAttributeDeclarationCollection Class | CodeAttributeDeclarationCollection Members | System.CodeDOM Namespace | CodeAttributeDeclaration