As you know (and if you don't know, you can read the documentation about it), a class helper is a type that can be associated to a class. When a class helper is associated with another class, all the methods and properties defined in the helper are also available in the other class and in its descendants. Helpers are a way to extend a class without using inheritance; however, it is not the same thing as inheritance. In other words, if the TFooHelper helper is in the same scope as TFoo, the compiler's resolution scope then becomes the original type (TFoo), plus the helper (TFooHelper). So, if the TFoo class defines the DoSomething method and the TFooHelper (the TFoo class helper) defines DoAnotherThing, when TFoo is used in the same scope as the TFooHelper, the TFoo instances, and all its descendants, also have the DoAnotherThing method...
United States
Great Britain
India
Germany
France
Canada
Russia
Spain
Brazil
Australia
Singapore
Hungary
Ukraine
Luxembourg
Estonia
Lithuania
South Korea
Turkey
Switzerland
Colombia
Taiwan
Chile
Norway
Ecuador
Indonesia
New Zealand
Cyprus
Denmark
Finland
Poland
Malta
Czechia
Austria
Sweden
Italy
Egypt
Belgium
Portugal
Slovenia
Ireland
Romania
Greece
Argentina
Netherlands
Bulgaria
Latvia
South Africa
Malaysia
Japan
Slovakia
Philippines
Mexico
Thailand