Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2750 from dotnet-bot/from-tfs
Browse files Browse the repository at this point in the history
Merge changes from TFS
  • Loading branch information
ellismg committed Jan 20, 2016
2 parents 9d610a2 + bb9ce3f commit 81b3930
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/mscorlib/model.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8153,6 +8153,12 @@
<Member MemberType="Property" Name="Local" />
<Member MemberType="Property" Name="Utc" />
</Type>
<Type Status="ApiFxInternal" Name="System.TimeZoneInfo+AdjustmentRule">
<!-- CreateAdjustmentRule doesn't have a public contract, but tests and other callers can use Reflection to invoke it, so ensure it is left in mscorlib. -->
<Member Status="ApiRoot" Name="CreateAdjustmentRule(System.DateTime,System.DateTime,System.TimeSpan,System.TimeZoneInfo+TransitionTime,System.TimeZoneInfo+TransitionTime)" />
</Type>
<Type Status="ApiFxInternal" Name="System.TimeZoneInfo+TransitionTime">
</Type>
<Type Name="System.Tuple">
<Member Name="Create&lt;T1&gt;(T1)" />
<Member Name="Create&lt;T1,T2&gt;(T1,T2)" />
Expand Down

0 comments on commit 81b3930

Please sign in to comment.