© 2026 Hedgehog Software, LLC
public enum MyEnum{one, two, three}
MyEnum.MyExtensionMethod()
MyEnum.one.MyExtensionMethod()