Generic card service interface.

Namespace: BasicCard.GenericCards
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
[CLSCompliantAttribute(true)]
public interface ICardService : IDisposable
Visual Basic
<CLSCompliantAttribute(true)>
Public Interface ICardService
	Inherits IDisposable
Visual C++
[CLSCompliantAttribute(true)]
public interface class ICardService : IDisposable
F#
[<CLSCompliantAttribute(true)>]
type ICardService =  
    interface
        interface IDisposable
    end

See Also