Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAtsushi Eno <atsushieno@gmail.com>2010-04-15 09:16:21 +0400
committerAtsushi Eno <atsushieno@gmail.com>2010-04-15 09:16:21 +0400
commit984e33e0d984d0876280426e46a06d7039a958c0 (patch)
tree916a107532b74baf437daf6e743461443bd6ccab /mcs/class/System.Xaml/System.Windows.Markup/INameScope.cs
parent4d6cd3fd489b60c68be0aa45361bc4dd104c8d3d (diff)
2010-04-15 Atsushi Enomoto <atsushi@ximian.com>
* ArrayExtension.cs TrimSurroundingWhitespaceAttribute.cs RuntimeNamePropertyAttribute.cs TypeExtension.cs MarkupExtensionReturnTypeAttribute.cs DateTimeValueSerializer.cs IValueSerializerContext.cs RootNamespaceAttribute.cs MarkupExtension.cs Reference.cs AmbientAttribute.cs NameScopePropertyAttribute.cs ValueSerializer.cs DictionaryKeyPropertyAttribute.cs WhitespaceSignificantCollectionAttribute.cs ConstructorArgumentAttribute.cs IUriContext.cs INameScope.cs StaticExtension.cs IProvideValueTarget.cs ValueSerializerAttribute.cs IXamlTypeResolver.cs ContentWrapperAttribute.cs ContentPropertyAttribute.cs DependsOnAttribute.cs NullExtension.cs UidPropertyAttribute.cs : several corcompare fixes. svn path=/trunk/mcs/; revision=155470
Diffstat (limited to 'mcs/class/System.Xaml/System.Windows.Markup/INameScope.cs')
-rw-r--r--mcs/class/System.Xaml/System.Windows.Markup/INameScope.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/System.Xaml/System.Windows.Markup/INameScope.cs b/mcs/class/System.Xaml/System.Windows.Markup/INameScope.cs
index 25c34690fc0..3035a7cbc17 100644
--- a/mcs/class/System.Xaml/System.Windows.Markup/INameScope.cs
+++ b/mcs/class/System.Xaml/System.Windows.Markup/INameScope.cs
@@ -25,6 +25,7 @@ using System.Collections.Generic;
namespace System.Windows.Markup
{
+ [System.Runtime.CompilerServices.TypeForwardedFrom (Consts.AssemblyWindowsBase)]
public interface INameScope
{
object FindName (string name);