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!

4.2.1 NotOverridable Classes

A NotOverridable class is a class that can not be inherited from. NotOverridable classes are primarily used to prevent unintended inheritance, but also enable certain runtime optimizations. In particular, all methods of NotOverridable classes are implicitly NotOverridable methods which can be invoked faster than Overridable methods.