Class DeadDropGuidAttribute
Associates a typed dead-drop identifier with a native scene GUID.
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public sealed class DeadDropGuidAttribute : Attribute
- Inheritance
-
DeadDropGuidAttribute
- Inherited Members
- Extension Methods
Constructors
DeadDropGuidAttribute(string)
public DeadDropGuidAttribute(string guid)
Parameters
guidstring
Properties
Guid
public string Guid { get; }