Android.NUnitLite.UI.ActivityElement.ActivityElement C# (CSharp) Method

ActivityElement() public method

public ActivityElement ( string name, Type type ) : System
name string
type System.Type
return System
		public ActivityElement (string name, Type type) : base (name)
		{
			activity = type;
			Value = ">"; // hint there's something more to show
		}