This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using MongoDB.Bson; | |
| public struct TypedId<T> : IEquatable<TypedId<T>> | |
| { | |
| public TypedId() | |
| { | |
| } | |
| public TypedId(ObjectId value) | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public class Adder | |
| { | |
| public int Add(int a, int b) | |
| { | |
| return a + b; | |
| } | |
| } | |
| public class UnitTest1 | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| unit Safe8087CWUtils; | |
| interface | |
| procedure SafeSet8087CW(ANewCW: Word); stdcall; export; | |
| procedure SafeSet8087CWEx(ANewCW: Word); register; | |
| function SafeGet8087CW :Word; stdcall; export; | |
| function SafeGet8087CWEx :Word; register; | |
| implementation |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #region Assembly BootstrapperCore.dll, v3.0.0.0 | |
| // C:\Program Files (x86)\WiX Toolset v3.10\SDK\BootstrapperCore.dll | |
| #endregion | |
| using System; | |
| using System.Reflection; | |
| namespace Microsoft.Tools.WindowsInstallerXml.Bootstrapper | |
| { | |
| // Summary: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #region Assembly BootstrapperCore.dll, v3.0.0.0 | |
| // C:\Program Files (x86)\WiX Toolset v3.10\SDK\BootstrapperCore.dll | |
| #endregion | |
| using System; | |
| using System.Runtime.InteropServices; | |
| namespace Microsoft.Tools.WindowsInstallerXml.Bootstrapper | |
| { | |
| // Summary: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #region Assembly BootstrapperCore.dll, v3.0.0.0 | |
| // C:\Program Files (x86)\WiX Toolset v3.10\SDK\BootstrapperCore.dll | |
| #endregion | |
| using System; | |
| using System.Runtime.InteropServices; | |
| namespace Microsoft.Tools.WindowsInstallerXml.Bootstrapper | |
| { | |
| // Summary: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <link rel="import" href="../core-icon-button/core-icon-button.html"> | |
| <link rel="import" href="../core-toolbar/core-toolbar.html"> | |
| <link rel="import" href="../core-header-panel/core-header-panel.html"> | |
| <link rel="import" href="../core-pages/core-pages.html"> | |
| <link rel="import" href="../paper-button/paper-button.html"> | |
| <polymer-element name="my-element"> | |
| <template> | |
| <style> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <link rel="import" href="../core-icon-button/core-icon-button.html"> | |
| <link rel="import" href="../core-toolbar/core-toolbar.html"> | |
| <link rel="import" href="../core-header-panel/core-header-panel.html"> | |
| <link rel="import" href="../core-drawer-panel/core-drawer-panel.html"> | |
| <link rel="import" href="../core-menu/core-submenu.html"> | |
| <link rel="import" href="../core-field/core-field.html"> | |
| <link rel="import" href="../core-icon/core-icon.html"> | |
| <link rel="import" href="../core-input/core-input.html"> | |
| <link rel="import" href="../core-icons/core-icons.html"> | |
| <link rel="import" href="../core-item/core-item.html"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <link rel="import" href="../core-icon-button/core-icon-button.html"> | |
| <link rel="import" href="../core-toolbar/core-toolbar.html"> | |
| <link rel="import" href="../core-header-panel/core-header-panel.html"> | |
| <link rel="import" href="../core-field/core-field.html"> | |
| <link rel="import" href="../core-icon/core-icon.html"> | |
| <link rel="import" href="../core-input/core-input.html"> | |
| <link rel="import" href="../core-icons/core-icons.html"> | |
| <link rel="import" href="../core-drawer-panel/core-drawer-panel.html"> | |
| <polymer-element name="my-element"> |