Show / Hide Table of Contents

Interface IHashSet

Namespace: Eco.Core.Utils
Assembly: Eco.Core.dll
Syntax
public interface IHashSet : IEnumerable

Methods

Add(Object)

Declaration
void Add(object obj)
Parameters
Type Name Description
System.Object obj

ContainsCast(Object)

Declaration
bool ContainsCast(object obj)
Parameters
Type Name Description
System.Object obj
Returns
Type Description
System.Boolean

Remove(Object)

Declaration
void Remove(object obj)
Parameters
Type Name Description
System.Object obj

Set(IEnumerable)

Declaration
void Set(IEnumerable objs)
Parameters
Type Name Description
System.Collections.IEnumerable objs

Extension Methods

PropertyChanges.FirePropertyChanged(Object, String)
PropertyChanges.FirePropertyChanged(Object, String, Object, Object)
PropertyChanges.FirePropertyChanged(Object, MemberChangedBeforeAfterEventArgs)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾