Xamarin Public Jenkins (auto-signing) 5005e1465f Imported Upstream version 5.0.0.48
Former-commit-id: 820b1abb8b0084602f3170cd587a99c905e1dae5
2017-04-11 11:25:27 +00:00

54 lines
1.8 KiB
C#

// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
[assembly:System.Reflection.AssemblyVersionAttribute("10.0.0.0")]
[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
namespace Microsoft.VisualC
{
public sealed partial class DebugInfoInPDBAttribute : System.Attribute
{
public DebugInfoInPDBAttribute() { }
}
public sealed partial class DecoratedNameAttribute : System.Attribute
{
public DecoratedNameAttribute() { }
public DecoratedNameAttribute(string decoratedName) { }
}
public sealed partial class IsConstModifier
{
public IsConstModifier() { }
}
public sealed partial class IsCXXReferenceModifier
{
public IsCXXReferenceModifier() { }
}
public sealed partial class IsLongModifier
{
public IsLongModifier() { }
}
public sealed partial class IsSignedModifier
{
public IsSignedModifier() { }
}
public sealed partial class IsVolatileModifier
{
public IsVolatileModifier() { }
}
public sealed partial class MiscellaneousBitsAttribute : System.Attribute
{
public int m_dwAttrs;
public MiscellaneousBitsAttribute(int miscellaneousBits) { }
}
public sealed partial class NeedsCopyConstructorModifier
{
public NeedsCopyConstructorModifier() { }
}
public sealed partial class NoSignSpecifiedModifier
{
public NoSignSpecifiedModifier() { }
}
}