Show / Hide Table of Contents

Interface ILanguageReference

An abstract representation of language reference.

Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public interface ILanguageReference

Properties

Item[String]

Returns a translated version of the given value.

Declaration
string this[string value] { get; }
Parameters
System.String value

Property Value
System.String

Back to top Built by Itinero, MIT licensed.