1 sharedlibrarycoreinterfaces ILookupValueT
RaidMax edited this page 2023-05-20 22:09:21 -05:00

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

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