Microsoft.Xades.HashDataInfoCollection.Add C# (CSharp) Method

Add() public method

Add new typed object to the collection
public Add ( ) : HashDataInfo
return HashDataInfo
		public HashDataInfo Add()
		{
			return this.Add(new HashDataInfo());
		}
	}

Same methods

HashDataInfoCollection::Add ( HashDataInfo objectToAdd ) : HashDataInfo
HashDataInfoCollection