NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

#endif

#endif specifies the end of a conditional directive, which began with the #if directive.

#endif

Remarks

A conditional directive, beginning with a #if directive, must explicitly be terminated with a #endif directive.

Example

See #if for an example of how to use #endif.

See Also

C# Preprocessor Directives