summaryrefslogtreecommitdiff
path: root/docs/Xamarin.Forms.Xaml
diff options
context:
space:
mode:
authorStephane Delcroix <stephane@delcroix.org>2016-09-23 16:24:49 +0200
committerStephane Delcroix <stephane@delcroix.org>2016-09-23 16:24:49 +0200
commit75dd25db621bd340bbfced30f94128708a645768 (patch)
tree89e64099fff04b0a6108e5bd5888f207b0278536 /docs/Xamarin.Forms.Xaml
parentd06643ed1366ae68467846e777df8d2261eeb793 (diff)
downloadxamarin-forms-75dd25db621bd340bbfced30f94128708a645768.tar.gz
xamarin-forms-75dd25db621bd340bbfced30f94128708a645768.tar.bz2
xamarin-forms-75dd25db621bd340bbfced30f94128708a645768.zip
fix docs
Diffstat (limited to 'docs/Xamarin.Forms.Xaml')
-rw-r--r--docs/Xamarin.Forms.Xaml/Xamarin.Forms.Xaml.Internals/SimpleValueTargetProvider.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/Xamarin.Forms.Xaml/Xamarin.Forms.Xaml.Internals/SimpleValueTargetProvider.xml b/docs/Xamarin.Forms.Xaml/Xamarin.Forms.Xaml.Internals/SimpleValueTargetProvider.xml
index 81070033..29e0060a 100644
--- a/docs/Xamarin.Forms.Xaml/Xamarin.Forms.Xaml.Internals/SimpleValueTargetProvider.xml
+++ b/docs/Xamarin.Forms.Xaml/Xamarin.Forms.Xaml.Internals/SimpleValueTargetProvider.xml
@@ -21,13 +21,30 @@
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
+ </AssemblyInfo>
+ <Parameters>
+ <Parameter Name="objectAndParents" Type="System.Object[]" />
+ </Parameters>
+ <Docs>
+ <param name="objectAndParents">To be added.</param>
+ <summary>To be added.</summary>
+ <remarks>To be added.</remarks>
+ </Docs>
+ </Member>
+ <Member MemberName=".ctor">
+ <MemberSignature Language="C#" Value="public SimpleValueTargetProvider (object[] objectAndParents, object targetProperty);" />
+ <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(object[] objectAndParents, object targetProperty) cil managed" />
+ <MemberType>Constructor</MemberType>
+ <AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="objectAndParents" Type="System.Object[]" />
+ <Parameter Name="targetProperty" Type="System.Object" />
</Parameters>
<Docs>
<param name="objectAndParents">To be added.</param>
+ <param name="targetProperty">To be added.</param>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>