Show / Hide Table of Contents

Class HashSetStringConverter

Inheritance
object
HashSetStringConverter
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.OpenIddict
Assembly: Volo.Abp.OpenIddict.Pro.Application.Contracts.dll
Syntax
public class HashSetStringConverter

Constructors

HashSetStringConverter(Func<string, bool>)

Declaration
public HashSetStringConverter(Func<string, bool> filter = null)
Parameters
Type Name Description
Func<string, bool> filter

Fields

Instance

Declaration
public static readonly HashSetStringConverter Instance
Field Value
Type Description
HashSetStringConverter

Methods

Convert(HashSet<string>)

Declaration
public string Convert(HashSet<string> sourceMember)
Parameters
Type Name Description
HashSet<string> sourceMember
Returns
Type Description
string

Convert(string)

Declaration
public HashSet<string> Convert(string sourceMember)
Parameters
Type Name Description
string sourceMember
Returns
Type Description
HashSet<string>
In this article
Back to top Powered by Volosoft