Class AssemblyCompileDateAttribute
- Namespace
- Lers
- Assembly
- Lers.Core.dll
Дата компиляции сборки.
[AttributeUsage(AttributeTargets.Assembly)]
public class AssemblyCompileDateAttribute : Attribute
- Inheritance
-
AssemblyCompileDateAttribute
- Inherited Members
- Extension Methods
Constructors
AssemblyCompileDateAttribute(string)
Конструктор.
public AssemblyCompileDateAttribute(string compileDate)
Parameters
compileDate
string
Properties
CompileDate
Дата сборки.
public DateTime CompileDate { get; }