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/RootNamespaceAttribute.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/RootNamespaceAttribute.cs')
-rwxr-xr-xmcs/class/System.Xaml/System.Windows.Markup/RootNamespaceAttribute.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/System.Xaml/System.Windows.Markup/RootNamespaceAttribute.cs b/mcs/class/System.Xaml/System.Windows.Markup/RootNamespaceAttribute.cs
index dc7cb17faf4..040f1945a7a 100755
--- a/mcs/class/System.Xaml/System.Windows.Markup/RootNamespaceAttribute.cs
+++ b/mcs/class/System.Xaml/System.Windows.Markup/RootNamespaceAttribute.cs
@@ -25,6 +25,7 @@ using System;
namespace System.Windows.Markup
{
[AttributeUsage (AttributeTargets.Assembly)]
+ [System.Runtime.CompilerServices.TypeForwardedFrom (Consts.AssemblyWindowsBase)]
public sealed class RootNamespaceAttribute : Attribute
{
public RootNamespaceAttribute (string nameSpace)