C# Class MvvmCross.Binding.Bindings.Target.Construction.MvxTypeAndNamePair

Datei anzeigen Open project: MvvmCross/MvvmCross

Public Methods

Method Description
MvxTypeAndNamePair ( ) : System
MvxTypeAndNamePair ( Type type, string name ) : System

Method Details

MvxTypeAndNamePair() public method

public MvxTypeAndNamePair ( ) : System
return System

MvxTypeAndNamePair() public method

public MvxTypeAndNamePair ( Type type, string name ) : System
type System.Type
name string
return System