A class that derives from ExampleClass
.
public class ExampleDerivedClass : ExampleClass, IEnumerable<object>, IEnumerable<string>,
IExampleContravariantInterface<ExampleDerivedClass>, IExampleCovariantInterface<object>,
IExampleInterface
name | description |
---|---|
ExampleDerivedClass() | The default constructor. |
ExampleMethod(…) | An implicitly implemented interface method. |
GetEnumerator() | The enumerator. |
override Jump() | An overridden method. |
SeeAlso() | A method with lots of see alsos. |