Show / Hide Table of Contents

Class NeutralAssignment

A block of neutral assignment statements

Inheritance
object
NeutralAssignment
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class NeutralAssignment

Properties

Statements

neutral assignment statements

Declaration
public List<NeutralAssignmentStatement> Statements { get; set; }
Property Value
Type Description
List<NeutralAssignmentStatement>
In this article
Back to top Generated by DocFX