コード例 #1
0
 /// <summary>
 /// Initialises a new instance of the SignitureTokenContainer class.
 /// </summary>
 /// <param name="tokenType">The type of signiture token represented.</param>
 protected SignatureTokenContainer(SignatureTokens tokenType) : base(tokenType)
 {
 }
コード例 #2
0
 /// <summary>
 /// Initialises a new instance of the SignitureToken class.
 /// </summary>
 /// <param name="tokenType">The type of token.</param>
 internal SignatureToken(SignatureTokens tokenType)
 {
     this.TokenType = tokenType;
 }