NotifyDataErrorInfoInjector.AddInterface C# (CSharp) Method

AddInterface() public method

public AddInterface ( ) : void
return void
    void AddInterface()
    {
        TypeDefinition.Interfaces.Add(NotifyDataErrorInfoFinder.InterfaceRef);
    }