Kirikiri.Tjs2.Translate.JavaCodeIntermediate.JavaCodeIntermediate C# (CSharp) Méthode

JavaCodeIntermediate() public méthode

public JavaCodeIntermediate ( string classname ) : System.Collections.Generic
classname string
Résultat System.Collections.Generic
        public JavaCodeIntermediate(string classname)
        {
            mName = classname;
            mMembers = new AList<JavaCodeIntermediate.ClosureCode>();
            mProps = new Dictionary<string, JavaCodeIntermediate.Property>();
        }