Example #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ApeBinaryItem" /> class.
 /// </summary>
 /// <param name="version">The <see cref="ApeVersion" /> of the <see cref="ApeTag" />.</param>
 /// <param name="key">The key.</param>
 public ApeBinaryItem(ApeVersion version, ApeItemKey key)
     : base(version, key)
 {
 }
Example #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ApeUtf8Item"/> class.
 /// </summary>
 /// <param name="version">The <see cref="ApeVersion"/> of the <see cref="ApeTag"/>.</param>
 /// <param name="key">The key.</param>
 public ApeUtf8Item(ApeVersion version, ApeItemKey key)
     : base(version, key)
 {
 }
Example #3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ApeLocatorItem"/> class.
 /// </summary>
 /// <param name="version">The <see cref="ApeVersion"/> of the <see cref="ApeTag"/>.</param>
 /// <param name="key">The key.</param>
 public ApeLocatorItem(ApeVersion version, ApeItemKey key)
     : base(version, key)
 {
     BindEvents();
 }