Struct TweenPool.TypePair
Implements
System.IEquatable<TweenPool.TypePair>
Inherited Members
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Sttz.Tweener.Core
Assembly: cs.temp.dll.dll
Syntax
protected struct TypePair : IEquatable<TweenPool.TypePair>
Constructors
TypePair(Type, Type)
Declaration
public TypePair(Type targetType, Type valueType)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Type | targetType | |
| System.Type | valueType |
Fields
targetType
Declaration
public Type targetType
Field Value
| Type | Description |
|---|---|
| System.Type |
valueType
Declaration
public Type valueType
Field Value
| Type | Description |
|---|---|
| System.Type |
Methods
Equals(TweenPool.TypePair)
Declaration
public bool Equals(TweenPool.TypePair other)
Parameters
| Type | Name | Description |
|---|---|---|
| TweenPool.TypePair | other |
Returns
| Type | Description |
|---|---|
| System.Boolean |
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | obj |
Returns
| Type | Description |
|---|---|
| System.Boolean |
Overrides
System.ValueType.Equals(System.Object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type | Description |
|---|---|
| System.Int32 |
Overrides
System.ValueType.GetHashCode()
Implements
System.IEquatable<T>