Class CodeTypeInitializer
Type initializer (static constructor).
public sealed class CodeTypeInitializer : MethodBase, ICodeElement
- Inheritance
-
CodeTypeInitializer
- Implements
- Inherited Members
- Extension Methods
Constructors
CodeTypeInitializer(CodeClass)
public CodeTypeInitializer(CodeClass type)
Parameters
type
CodeClass
Properties
ElementType
Type of node.
public override CodeElementType ElementType { get; }
Property Value
Type
Owner class.
public CodeClass Type { get; }