EmberLib.Glow.GlowFunctionBase.GlowFunctionBase C# (CSharp) Méthode

GlowFunctionBase() protected méthode

Creates a new instance of GlowFunctionBase.
protected GlowFunctionBase ( BerTag tag, uint type ) : System
tag BerTag
type uint
Résultat System
        protected GlowFunctionBase(BerTag? tag, uint type)
            : base(tag, type)
        {
        }