CodeTryCatchFinallyStatement::FinallyStatements Property

 

Gets the finally statements to use.

Namespace:   System.CodeDom
Assembly:  System (in System.dll)

public:
property CodeStatementCollection^ FinallyStatements {
	CodeStatementCollection^ get();
}

Property Value

Type: System.CodeDom::CodeStatementCollection^

A CodeStatementCollection that indicates the finally statements.

.NET Framework
Available since 1.1
Return to top
Show: