Exemple #1
0
 public EmbeddedMethod(EmbeddedType containingType, MethodSymbol underlyingMethod) :
     base(containingType, underlyingMethod)
 {
 }
Exemple #2
0
 public EmbeddedField(EmbeddedType containingType, FieldSymbol underlyingField) :
     base(containingType, underlyingField)
 {
 }