Boo.Lang.Compiler.TypeSystem.TypeSystemServices.AddLiteralPrimitiveType C# (CSharp) Méthode

AddLiteralPrimitiveType() protected méthode

protected AddLiteralPrimitiveType ( string name, IType type ) : void
name string
type IType
Résultat void
        protected void AddLiteralPrimitiveType(string name, IType type)
        {
            AddPrimitiveType(name, type);
            _literalPrimitives.Add(name);
        }
TypeSystemServices