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

TestNameOfAElement() public static method

public static TestNameOfAElement ( INotifyValue name, INotifyValue element ) : INotifyValue
name INotifyValue
element INotifyValue
return INotifyValue
            public static INotifyValue<bool> TestNameOfAElement(INotifyValue<string> name, INotifyValue<TypeA.IA> element)
            {
                return testNameOfAElementFunc.Observe(name, element);
            }
HelperExtensionMethods.Proxies