C # in a Nutshell, Second Edition
This custom attribute allows a version number to be stored. This stored version is purely for documentation and is not used by the runtime. public sealed class AssemblyInformationalVersionAttribute : Attribute { // Public Constructors public AssemblyInformationalVersionAttribute (string informationalVersion ); // Public Instance Properties public string InformationalVersion {get; } } Hierarchy
System.Object Valid On
Assembly |