[mcs] Validate more nameof argument expressions
[mono.git] / mcs / class / System.ComponentModel.Composition / Documentation / en / System.ComponentModel.Composition / ICompositionService.xml
index 876ec8e37d283197096c7369372016ec621d3c02..11a30f08799e1b9bf88b0f3446f1c2de552a6c09 100644 (file)
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
 <Type Name="ICompositionService" FullName="System.ComponentModel.Composition.ICompositionService">
   <TypeSignature Language="C#" Value="public interface ICompositionService" />
   <TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract ICompositionService" />
@@ -7,8 +8,11 @@
   </AssemblyInfo>
   <Interfaces />
   <Docs>
-    <summary>To be added.</summary>
     <remarks>To be added.</remarks>
+    <summary>
+      <attribution license="cc4" from="Microsoft" modified="false" />
+      <para>Provides methods to satisfy imports on an existing part instance.</para>
+    </summary>
   </Docs>
   <Members>
     <Member MemberName="SatisfyImportsOnce">
         <Parameter Name="part" Type="System.ComponentModel.Composition.Primitives.ComposablePart" />
       </Parameters>
       <Docs>
-        <param name="part">To be added.</param>
-        <summary>To be added.</summary>
         <remarks>To be added.</remarks>
+        <summary>
+          <attribution license="cc4" from="Microsoft" modified="false" />
+          <para>Composes the specified part, with recomposition and validation disabled.</para>
+        </summary>
+        <param name="part">
+          <attribution license="cc4" from="Microsoft" modified="false" />The part to compose.</param>
       </Docs>
     </Member>
   </Members>
-</Type>
+</Type>
\ No newline at end of file