AddAssembly(HashSet<Assembly>, Assembly)
static
public static void AddAssembly(HashSet<Assembly> parts, Assembly assembly) Adds an assembly and its referenced Orleans serialization application parts to a collection.
Parameters
partsHashSet<Assembly>- The collection to add assemblies to.
assemblyAssembly- The assembly to inspect.
