/// <summary>
 /// Initializes a new instance of the ResourceExtendedInformationArgs
 /// class with required arguments.
 /// </summary>
 public ResourceExtendedInformationArgs(ResourceExtendedInfoProperties properties)
     : this()
 {
     if (properties == null)
     {
         throw new ArgumentNullException("properties");
     }
     this.Properties = properties;
 }
 /// <summary>
 /// Initializes a new instance of the ResourceExtendedInformationArgs
 /// class with required arguments.
 /// </summary>
 public ResourceExtendedInformationArgs(ResourceExtendedInfoProperties properties)
     : this()
 {
     if (properties == null)
     {
         throw new ArgumentNullException("properties");
     }
     this.Properties = properties;
 }