ShaderTools.Hlsl.Symbols.AttributeSymbol.AttributeSymbol C# (CSharp) Method

AttributeSymbol() private method

private AttributeSymbol ( string name, string documentation )
name string
documentation string
        internal AttributeSymbol(string name, string documentation)
            : base(SymbolKind.Attribute, name, documentation, null, TypeFacts.Missing)
        {
        }
    }
AttributeSymbol