Bridge

InitPosition Enumeration

Namespace:  Bridge
Assembly:  Bridge (in Bridge.dll)

Syntax


[ExternalAttribute]
public enum InitPosition
<ExternalAttribute> _
Public Enumeration InitPosition
[ExternalAttribute]
public enum class InitPosition

Members


Member nameDescription
After Emit this Method body immediately after this class defintion (default)
Before Emit this Method body Immediately before this class definition
Top Emit the contents of this Method body directly to the Top of the file.
Bottom Emit the contents of this Method body directly to the Bottom of the file.