Class ConstructorType
Represents one constructor of a type
with their associated parameters and types
  
  
  Inherited Members
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: Mars.Interfaces.Model
Assembly: Mars.Interfaces.dll
Syntax
public class ConstructorType : ModelElementConstructors
| Improve this Doc View SourceConstructorType(ConstructorInfo, ModelDescription)
Represents one constructor of a type
with their associated parameters and types
  
  Declaration
public ConstructorType(ConstructorInfo info, ModelDescription description)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Reflection.ConstructorInfo | info | |
| ModelDescription | description | 
Properties
| Improve this Doc View SourceConstructorInfo
The concrete constructor with additional
type descriptions
  
  Declaration
public ConstructorInfo ConstructorInfo { get; }Property Value
| Type | Description | 
|---|---|
| System.Reflection.ConstructorInfo | 
LayerParameters
Represents one constructor of a type
with their associated parameters and types
  
  Declaration
public IEnumerable<LayerType> LayerParameters { get; }Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.IEnumerable<LayerType> | 
Parameters
The list of input parameters in ordered form
  
  Declaration
public List<ParameterInfo> Parameters { get; }Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<System.Reflection.ParameterInfo> |