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!

CodeStatementCollection Class

Manages a collection of CodeStatement objects.

Object
   CodeStatementCollection

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

Remarks

[To be supplied.]

Requirements

Namespace: System.CodeDOM

Assembly: System.dll

See Also

CodeStatementCollection Members | System.CodeDOM Namespace | CodeStatement