CodeMemberMethod.Statements Свойство

Определение

Возвращает инструкции в методе.

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

Значение свойства

Значение, CodeStatementCollection указывающее операторы в методе.

Применяется к

См. также раздел