Skip to main content

ConvertibleTypeKey

Assembly: ServiceStack.Text.dll​
View Source​
Declaration
public class ConvertibleTypeKey

Properties​

ToInstanceType​

View Source​
Declaration
public Type ToInstanceType { get; set; }

FromElementType​

View Source​
Declaration
public Type FromElementType { get; set; }

Methods​

Equals(ConvertibleTypeKey)​

View Source​
Declaration
public bool Equals(ConvertibleTypeKey other)
Returns​

System.Boolean

Parameters​
TypeName
ServiceStack.Text.ConvertibleTypeKeyother

Equals(Object)​

View Source​
Declaration
public override bool Equals(object obj)
Returns​

System.Boolean

Parameters​
TypeName
System.Objectobj

GetHashCode()​

View Source​
Declaration
public override int GetHashCode()
Returns​

System.Int32