FrozenSet Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a set of initialization methods for instances of the FrozenSet<T> class.
public ref class FrozenSet abstract sealed
public static class FrozenSet
type FrozenSet = class
Public Module FrozenSet
- Inheritance
-
FrozenSet
Methods
Create<T>(IEqualityComparer<T>, ReadOnlySpan<T>) |
Creates a FrozenSet<T> with the specified values. |
Create<T>(ReadOnlySpan<T>) |
Creates a FrozenSet<T> with the specified values. |
ToFrozenSet<T>(IEnumerable<T>, IEqualityComparer<T>) |
Creates a FrozenSet<T> with the specified values. |
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.