コード例 #1
0
 protected AbstractHashingService(INode node, HashingServiceType hashingServiceType)
     : base(node)
 {
     this.hashingServiceType = hashingServiceType;
 }
		protected AbstractHashingService(INode node, HashingServiceType hashingServiceType)
			: base(node)
		{
			this.hashingServiceType = hashingServiceType;
		}