Microsoft.Xades.HashDataInfoCollection.Add C# (CSharp) 메소드

Add() 공개 메소드

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

Same methods

HashDataInfoCollection::Add ( HashDataInfo objectToAdd ) : HashDataInfo
HashDataInfoCollection