Struct HashCodeBuilder
Inherited Members
Namespace: LaunchDarkly.Sdk.Internal
Assembly: LaunchDarkly.InternalSdk.dll
Syntax
public struct HashCodeBuilder
Properties
Value
Declaration
public int Value { get; }
Property Value
Type | Description |
---|---|
int |
Methods
New()
Declaration
public static HashCodeBuilder New()
Returns
Type | Description |
---|---|
HashCodeBuilder |
With(object)
Declaration
public HashCodeBuilder With(object o)
Parameters
Type | Name | Description |
---|---|---|
object | o |
Returns
Type | Description |
---|---|
HashCodeBuilder |