CodeMemberMethod.Statements Egenskap

Definition

Hämtar -instruktionerna i -metoden.

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

Egenskapsvärde

A CodeStatementCollection som anger -uttrycken i -metoden.

Gäller för

Se även