Boo.Lang.Compiler.TypeSystem.ModuleEntity.SafeNamespace C# (CSharp) Méthode

SafeNamespace() private static méthode

private static SafeNamespace ( Module module ) : string
module Boo.Lang.Compiler.Ast.Module
Résultat string
        private static string SafeNamespace(Module module)
        {
            return null == module.Namespace ? string.Empty : module.Namespace.Name;
        }