public static bool IsDisposalRequired(System.ComponentModel.Composition.Primitives.ComposablePartDefinition partDefinition)
 {
     return(default(bool));
 }
 public static Lazy <Type> GetPartType(System.ComponentModel.Composition.Primitives.ComposablePartDefinition partDefinition)
 {
     return(default(Lazy <Type>));
 }