Skip to main content

TypePair

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

Properties​

Args1​

View Source​
Declaration
public Type[] Args1 { get; set; }

Arg2​

View Source​
Declaration
public Type[] Arg2 { get; set; }

Methods​

Equals(TypePair)​

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

System.Boolean

Parameters​
TypeName
ServiceStack.Text.Support.TypePairother

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