A2BHelperWithoutContextNamespace.HelperExtensionMethods.Proxies.AElementWithName C# (CSharp) Méthode

AElementWithName() public static méthode

public static AElementWithName ( INotifyValue name ) : INotifyValue
name INotifyValue
Résultat INotifyValue
            public static INotifyValue<TypeA.IA> AElementWithName(INotifyValue<string> name)
            {
                return aElementWithNameFunc.Observe(name);
            }
HelperExtensionMethods.Proxies