summaryrefslogtreecommitdiff
path: root/docs/Xamarin.Forms.Core/Xamarin.Forms/Configuration`2.xml
diff options
context:
space:
mode:
authorMike Norman <mknorman@gmail.com>2016-11-17 14:30:30 -0600
committerGitHub <noreply@github.com>2016-11-17 14:30:30 -0600
commite485c7fd4c4e755c88d098f7005220bc3a250785 (patch)
treee3ea09af8a651592b3de7120213dc742af885349 /docs/Xamarin.Forms.Core/Xamarin.Forms/Configuration`2.xml
parent054ecf2704ac5d736ffb97c2932e1e078041008a (diff)
downloadxamarin-forms-e485c7fd4c4e755c88d098f7005220bc3a250785.tar.gz
xamarin-forms-e485c7fd4c4e755c88d098f7005220bc3a250785.tar.bz2
xamarin-forms-e485c7fd4c4e755c88d098f7005220bc3a250785.zip
API work. (#534)
* Button and Cell doc updates. * Configuration<T1, T2> API docs. * ConstraintExpression API doc changes. * API docs: Some new APIs; Marked many interfaces "internal for renderers"
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>