Boo.Lang.Compiler.Steps.CheckAttributesUsage.NodeUsageTargets C# (CSharp) Méthode

NodeUsageTargets() private static méthode

private static NodeUsageTargets ( ) : AttributeTargets>.Dictionary
Résultat AttributeTargets>.Dictionary
        private static Dictionary<Type, AttributeTargets> NodeUsageTargets()
        {
            if (null == _nodesUsageTargets) SetupNodesUsageTargetsDictionary();
            return _nodesUsageTargets;
        }