summaryrefslogtreecommitdiff
path: root/docs/Xamarin.Forms.Core/Xamarin.Forms/Configuration`2.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Xamarin.Forms.Core/Xamarin.Forms/Configuration`2.xml')
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/Configuration`2.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/Configuration`2.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/Configuration`2.xml
index d2f91064..d7a953a6 100644
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms/Configuration`2.xml
+++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/Configuration`2.xml
@@ -29,9 +29,9 @@
</Interface>
</Interfaces>
<Docs>
- <typeparam name="TPlatform">To be added.</typeparam>
- <typeparam name="TElement">To be added.</typeparam>
- <summary>To be added.</summary>
+ <typeparam name="TPlatform">The target platform for the configuration.</typeparam>
+ <typeparam name="TElement">The element type for which to retrieve platform-specific versions.</typeparam>
+ <summary>Utility class for retrieving platform-specific versions of elements.</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
@@ -46,8 +46,8 @@
<Parameter Name="element" Type="TElement" />
</Parameters>
<Docs>
- <param name="element">To be added.</param>
- <summary>To be added.</summary>
+ <param name="element">The element for which to retrieve a platform-specific version.</param>
+ <summary>Constructs a new configuration for the specified <paramref name="element" />.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
@@ -66,7 +66,7 @@
</Parameters>
<Docs>
<param name="element">To be added.</param>
- <summary>To be added.</summary>
+ <summary>Creates and returns a new configuration for the specifed <paramref name="element" />.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
@@ -82,8 +82,8 @@
<ReturnType>TElement</ReturnType>
</ReturnValue>
<Docs>
- <summary>To be added.</summary>
- <value>To be added.</value>
+ <summary>Gets the platform-independent element for which platform-specific versions can be retrieved.</summary>
+ <value>The platform-independent element for which platform-specific versions can be retrieved.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>