Click or drag to resize

ModDontCompileAttribute Class

Used to inform the build engine that this script should not be linked or compiled in any way.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    UMod.SharedModDontCompileAttribute

Namespace:  UMod.Shared
Assembly:  UMod-Shared (in UMod-Shared.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public sealed class ModDontCompileAttribute : Attribute

The ModDontCompileAttribute type exposes the following members.

Constructors
  NameDescription
Public methodModDontCompileAttribute
Initializes a new instance of the ModDontCompileAttribute class
Top
See Also