CodeMemberMethod.Statements Vlastnost

Definice

Získá příkazy v rámci metody .

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

Hodnota vlastnosti

A CodeStatementCollection , který označuje příkazy v rámci metody.

Platí pro

Viz také