Gets the number of statements currently in the collection.
[Visual Basic] Function GetCount() As Integer [C#] int GetCount(); [C++] int GetCount() = 0; [JScript] function GetCount() : int;
The number of statements currently in the collection.
ICodeStatements Interface | ICodeStatements Members | System.ComponentModel.Design.CodeModel Namespace