PsmFramework.Engines.DrawEngine2d.TiledTextures.KeyBase.KeyBase C# (CSharp) Метод

KeyBase() приватный Метод

private KeyBase ( Texture2dArea tile ) : System
tile PsmFramework.Engines.DrawEngine2d.Textures.Texture2dArea
Результат System
        internal KeyBase(Texture2dArea tile)
        {
            InitializeInternal(tile);
            Initialize();
        }