1 // Compiler options: -doc:xml-045.xml -warnaserror
3 /// <see cref="Create" />
4 /// <see cref="Define" />
5 /// <see cref="Undefine" />
6 /// <see cref="Undefine(bool)" />
7 /// <see cref="Remove" />
8 /// <see cref="Destroy" />
10 public class EntryPoint
{
15 protected void Create (bool test
) {
19 private void Define (bool test
) {
23 protected void Undefine (bool test
) {
27 protected void Remove () {
31 public virtual void Destroy (bool test
) {