GeneratedAssembly Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GeneratedAssembly() |
Initializes a new instance of the GeneratedAssembly class. |
GeneratedAssembly(GeneratedAssembly) |
Initializes a new instance of the GeneratedAssembly class. |
GeneratedAssembly()
Initializes a new instance of the GeneratedAssembly class.
public GeneratedAssembly ();
Public Sub New ()
Applies to
GeneratedAssembly(GeneratedAssembly)
Initializes a new instance of the GeneratedAssembly class.
public GeneratedAssembly (Orleans.CodeGeneration.GeneratedAssembly other);
new Orleans.CodeGeneration.GeneratedAssembly : Orleans.CodeGeneration.GeneratedAssembly -> Orleans.CodeGeneration.GeneratedAssembly
Public Sub New (other As GeneratedAssembly)
Parameters
- other
- GeneratedAssembly
The other instance.