コード例 #1
0
 /// <summary>
 /// Initializes a new instance of the Stamp class with required
 /// arguments.
 /// </summary>
 public Stamp(StampProperties properties)
     : this()
 {
     if (properties == null)
     {
         throw new ArgumentNullException("properties");
     }
     this.Properties = properties;
 }
コード例 #2
0
ファイル: Stamp.cs プロジェクト: bganapa/azure-sdk-for-net
 /// <summary>
 /// Initializes a new instance of the Stamp class with required
 /// arguments.
 /// </summary>
 public Stamp(StampProperties properties)
     : this()
 {
     if (properties == null)
     {
         throw new ArgumentNullException("properties");
     }
     this.Properties = properties;
 }