Class SkipSyncVersionAttribute
Skips sync version generation of a method when CreateSyncVersionAttribute is applied to a containing type.
Inherited Members
Namespace: Zomp.SyncMethodGenerator
Assembly: SoCore.dll
Syntax
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = false)]
public class SkipSyncVersionAttribute : Attribute
Constructors
SkipSyncVersionAttribute()
Skips sync version generation of a method when CreateSyncVersionAttribute is applied to a containing type.
Declaration
public SkipSyncVersionAttribute()