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!

CodeAttributeArgumentCollection Class

Manages a collection of CodeAttributeArgument objects.

Object
   CodeAttributeArgumentCollection

[Visual Basic]
Public Class CodeAttributeArgumentCollection
   Implements IList, ICollection, IEnumerable
[C#]
public class CodeAttributeArgumentCollection : IList, ICollection,
   IEnumerable
[C++]
public __gc class CodeAttributeArgumentCollection : public IList,
   ICollection, IEnumerable
[JScript]
public class CodeAttributeArgumentCollection implements IList,
   ICollection, IEnumerable

Remarks

[To be supplied.]

Requirements

Namespace: System.CodeDOM

Assembly: System.dll

See Also

CodeAttributeArgumentCollection Members | System.CodeDOM Namespace