BridgeTry.Android.PlatformImplemented.ViewImplementation.ViewImplementation C# (CSharp) Method

ViewImplementation() public method

public ViewImplementation ( global context ) : Android
context global
return Android
        public ViewImplementation(global::Android.Content.Context context)
            : base(context) { 
        
        }
ViewImplementation