Toggle navigation
Faithlife.Utility
Reference
View Source Code
View License
Edit This Page
ReadOnlySet<T> constructor
Initializes a new instance of the
ReadOnlySet
class.
public
ReadOnlySet
(
ISet
<
T
>
set
)
parameter
description
set
The ISet to wrap.
See Also
class
ReadOnlySet<T>
namespace
Faithlife.Utility