Skip to content

sharedlibrarycoreinterfaces ILookupValueT

RaidMax edited this page May 21, 2023 · 1 revision

ILookupValue< TObject> Public interface

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph SharedLibraryCore.Interfaces
  SharedLibraryCore.Interfaces.ILookupValue_1[[ILookupValue< TObject >]]
  class SharedLibraryCore.Interfaces.ILookupValue_1 interfaceStyle;

  end
Loading

Members

Properties

Public properties

Type Name Methods
int Id get
TObject Value get

Details

Properties

Id

public int Id { get; }

Value

public TObject Value { get; }

Generated with ModularDoc

Clone this wiki locally