Click or drag to resize

VirtualFileBaseCollection(IEqualityComparerString) Constructor

Initializes a new instance of the VirtualFileBaseCollection class that uses the specified equality comparer.

Namespace: GSF.Web.Hosting
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public VirtualFileBaseCollection(
	IEqualityComparer<string> comparer
)
View Source

Parameters

comparer  IEqualityComparerString
The implementation of the IEqualityComparerT generic interface to use when comparing keys, or to use the default equality comparer for the type of the key, obtained from Default.
See Also