Class ClientTypeResolver.NameTypePair
Inheritance
ClientTypeResolver.NameTypePair
Assembly: Ascon.Polynom.Api.dll
Syntax
public class ClientTypeResolver.NameTypePair
Constructors
NameTypePair(string, Type)
Declaration
public NameTypePair(string name, Type type)
Parameters
Properties
Name
Declaration
public string Name { get; }
Property Value
Type
Declaration
public Type Type { get; }
Property Value
Methods
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
| Type |
Name |
Description |
| object |
obj |
|
Returns
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides