SwfDotNet.IO.Swf.Init C# (CSharp) Method

Init() protected method

Inits this instance.
protected Init ( ) : void
return void
        protected void Init()
        {
            dictionnary = new Dictionary();
        }