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
Type | Name |
---|---|
ServiceStack.Text.ConvertibleTypeKey | other |
Equals(Object)
View Source
Declaration
public override bool Equals(object obj)
Returns
System.Boolean
Parameters
Type | Name |
---|---|
System.Object | obj |
GetHashCode()
View Source
Declaration
public override int GetHashCode()
Returns
System.Int32