CodeMemberMethod.Statements Tulajdonság

Definíció

Lekéri az utasításokat a metóduson belül.

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

Tulajdonság értéke

A CodeStatementCollection , amely a metóduson belüli utasításokat jelzi.

A következőre érvényes:

Lásd még