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
Type | Name |
---|---|
ServiceStack.Text.Support.TypePair | 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