System.Windows.Forms.FileByteProvider.WriteCollection.Contains C# (CSharp) Method

Contains() public method

Determines if a byte with the given index exists.
public Contains ( long index ) : bool
index long the index of the byte
return bool
			public bool Contains(long index)
			{ return Dictionary.Contains(index); }
FileByteProvider.WriteCollection