CodeMemberMethod.Statements Właściwość

Definicja

Pobiera instrukcje w metodzie .

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

Wartość właściwości

Element CodeStatementCollection wskazujący instrukcje w metodzie .

Dotyczy

Zobacz też