Class MovedFromAttribute
Inheritance
MovedFromAttribute
Assembly: UnityEngine.dll
Syntax
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Enum | AttributeTargets.Interface | AttributeTargets.Delegate)]
public class MovedFromAttribute : Attribute, _Attribute
Constructors
|
Improve this Doc
View Source
MovedFromAttribute(String)
Declaration
public MovedFromAttribute(string sourceNamespace)
Parameters
Type |
Name |
Description |
String |
sourceNamespace |
|
|
Improve this Doc
View Source
MovedFromAttribute(String, Boolean)
Declaration
public MovedFromAttribute(string sourceNamespace, bool isInDifferentAssembly)
Parameters
Type |
Name |
Description |
String |
sourceNamespace |
|
Boolean |
isInDifferentAssembly |
|
Properties
|
Improve this Doc
View Source
IsInDifferentAssembly
Declaration
public bool IsInDifferentAssembly { get; }
Property Value
|
Improve this Doc
View Source
Namespace
Declaration
public string Namespace { get; }
Property Value
Implements
Extension Methods