App1.App1_WindowsPhone_XamlTypeInfo.XamlTypeInfoProvider.InitTypeTables C# (CSharp) Method

InitTypeTables() private method

private InitTypeTables ( ) : void
return void
        private void InitTypeTables()
        {
            _typeNameTable = new string[3];
            _typeNameTable[0] = "App1.MainPage";
            _typeNameTable[1] = "Windows.UI.Xaml.Controls.Page";
            _typeNameTable[2] = "Windows.UI.Xaml.Controls.UserControl";

            _typeTable = new global::System.Type[3];
            _typeTable[0] = typeof(global::App1.MainPage);
            _typeTable[1] = typeof(global::Windows.UI.Xaml.Controls.Page);
            _typeTable[2] = typeof(global::Windows.UI.Xaml.Controls.UserControl);
        }