CodeTypeMember::StartDirectives Property

 

Gets the start directives for the member.

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

public:
property CodeDirectiveCollection^ StartDirectives {
	CodeDirectiveCollection^ get();
}

Property Value

Type: System.CodeDom::CodeDirectiveCollection^

A CodeDirectiveCollection object containing start directives.

.NET Framework
Available since 2.0
Return to top
Show: