EmitCodeAttribute
Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Property, AllowMultiple = true)]
public class EmitCodeAttribute : AttributeBase, _Attribute
Properties
Lang
View Source
Declaration
public Lang Lang { get; set; }
Statements
View Source
Declaration
public string[] Statements { get; set; }
Implements
System.Runtime.InteropServices._Attribute