OwnerData<TKey>.

OwnerData(TKey) Constructor

Summary

Initializes a new instance of the OwnerData<TKey> class.

Syntax

public OwnerData(TKey id)

Attributes

Type Description
JsonConstructorAttribute

Parameters

Name Type Description
id TKey The identifier.

Return Value

Type Description
void