Skip to the content.

< Back


IInheritDocSource

Namespace: MyClassLib

Interface used for <inheritdoc/> implementation demos.

public interface IInheritDocSource

Attributes NullableContextAttribute

Methods

Lookup(String)

Looks up an item by key.

string Lookup(string key)

Parameters

key String
The lookup key.

Returns

String
The matched item, or an empty string.


< Back