PaySDKResultVMTWithDatas Métodos
Namespace: api.mstiPAY.SDK.csharp.Entidades.ViewModelsAssembly: api.mstiPAY.SDKcsharp (in api.mstiPAY.SDKcsharp.dll) Versão: 1.0.0+0349d31a6952a696ed185f66d54b972f98d72be7
public PaySDKResultVM<T> WithDatas(
PaySDKMstiList<T> Dados
)
Public Function WithDatas (
Dados As PaySDKMstiList(Of T)
) As PaySDKResultVM(Of T)
Dim instance As PaySDKResultVM
Dim Dados As PaySDKMstiList(Of T)
Dim returnValue As PaySDKResultVM(Of T)
returnValue = instance.WithDatas(Dados)
public:
virtual PaySDKResultVM<T>^ WithDatas(
PaySDKMstiList<T>^ Dados
) sealed
- Dados PaySDKMstiListT
-
PaySDKResultVMTIPaySDKResultVMTWithDatas(PaySDKMstiListT)