Class EventualAttribute
- Namespace
- MarymoorStudios.Core.Rpc
- Assembly
- MarymoorStudios.Core.Rpc.dll
[AttributeUsage(AttributeTargets.Interface)]
public sealed class EventualAttribute : Attribute
- Inheritance
-
EventualAttribute
- Inherited Members
Constructors
EventualAttribute()
public EventualAttribute()
Properties
NoCode
If true then no code is generated (a custom implementation must be provided).
public bool NoCode { get; set; }