Class IceGeneratedCodeAttribute
Represents an assembly attribute for assemblies that contain Ice generated code.
[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)]
public sealed class IceGeneratedCodeAttribute : Attribute
- Inheritance
-
IceGeneratedCodeAttribute
- Inherited Members
Constructors
IceGeneratedCodeAttribute(string)
Constructs a new instance of IceGeneratedCodeAttribute.
public IceGeneratedCodeAttribute(string sourceFileName)
Parameters
sourceFileNamestringThe name of the source file.
Properties
SourceFileName
Gets the name of the file that contains the Ice definitions.
public string SourceFileName { get; }