Home / C# Programming / Attributes :: Discussion

Discussion :: Attributes

  1. Which of the following is the correct way to apply an attribute to an Assembly?

  2. A.
    [ AssemblyDescription("DCube Component Library") ]
    B.
    [ assembly : AssemblyDescription("DCube Component Library") ]
    C.
    [ Assemblylnfo : AssemblyDescription("DCube Component Library") ]
    D.
    < Assembly: AssemblyDescription("DCube Component Library") >
    E.
    (Assembly: AssemblyDescription("DCube Component Library"))

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    No answer description available for this question.


Be The First To Comment