C# Class CCEditText.CardType, xsolla-unity-sdk

Show file Open project: xsolla/xsolla-unity-sdk

Public Properties

Property Type Description
length int[]
pattern Regex
type Type,

Public Methods

Method Description
CardType ( Type, mType, Regex pattern, int length ) : System.Collections

Method Details

CardType() public method

public CardType ( Type, mType, Regex pattern, int length ) : System.Collections
mType Type,
pattern Regex
length int
return System.Collections

Property Details

length public property

public int[] length
return int[]

pattern public property

public Regex pattern
return Regex

type public property

public Type, type
return Type,