CodeMemberMethod.Statements Property

Definition

Gets the statements within the method.

public:
 property System::CodeDom::CodeStatementCollection ^ Statements { System::CodeDom::CodeStatementCollection ^ get(); };
public System.CodeDom.CodeStatementCollection Statements { get; }
member this.Statements : System.CodeDom.CodeStatementCollection
Public ReadOnly Property Statements As CodeStatementCollection

Property Value

A CodeStatementCollection that indicates the statements within the method.

Applies to

See also