A2BHelperWithoutContextNamespace.HelperExtensionMethods.Proxies.AElementWithName C# (CSharp) Method

AElementWithName() public static method

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