Domain.IUserPairingObserver_PayloadTable.MakePair_Invoke.GetInterfaceType C# (CSharp) Method

GetInterfaceType() public method

public GetInterfaceType ( ) : Type
return Type
            public Type GetInterfaceType()
            {
                return typeof(IUserPairingObserver);
            }
IUserPairingObserver_PayloadTable.MakePair_Invoke