context
stringlengths
2.52k
185k
gt
stringclasses
1 value
using System; using UnityEngine; using UnityStandardAssets.CrossPlatformInput; using UnityStandardAssets.Utility; using Random = UnityEngine.Random; namespace UnityStandardAssets.Characters.FirstPerson { [RequireComponent(typeof (CharacterController))] [RequireComponent(typeof (AudioSource))] public class ...
#region WatiN Copyright (C) 2006-2007 Jeroen van Menen //Copyright 2006-2007 Jeroen van Menen // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/lice...
// 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. using System.Diagnostics; using System.IO; using Internal.Cryptography; using Internal.NativeCrypto; using Microsoft...
using System; using System.Collections.Generic; using System.Linq; using System.IO; using System.Threading; using TrueCraft.API; using TrueCraft.API.World; using TrueCraft.API.Logic; using fNbt; using System.Collections; namespace TrueCraft.Core.World { public class World : IDisposable, IWorld, IEnumerable<IChunk>...
// TarOutputStream.cs // // Copyright (C) 2001 Mike Krueger // Copyright 2005 John Reilly // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; either version 2 // of the License, or (at your op...
// GET request message type. // Copyright (C) 2008-2010 Malcolm Crowe, Lex Li, and other contributors. // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including wi...
#region S# License /****************************************************************************************** NOTICE!!! This program and source code is owned and licensed by StockSharp, LLC, www.stocksharp.com Viewing or use of this code requires your acceptance of the license agreement found at https://github.com/St...
// Licensed to the .NET Foundation under one or more agreements. // See the LICENSE file in the project root for more information // // Unit tests for XmlDecryptionTransform // // Author: // Sebastien Pouliot <sebastien@ximian.com> // // Copyright (C) 2008 Novell, Inc (http://www.novell.com) // // Licensed to the .NET...
using UnityEngine; using System.Collections.Generic; using System.Linq; using FluidTest1; public class FluidSimulation : MonoBehaviour { public const int MAX_PARTICLES = 1000; public const int MAX_NEIGHBORS = 75; public const float RADIUS = 0.6f; public const float VISCOSITY = 0.004f; public const float IDEAL_RAD...
using System; using System.Collections; using System.Collections.Generic; using DotVVM.Framework.Compilation; using DotVVM.Framework.Compilation.Javascript; using DotVVM.Framework.Controls; using DotVVM.Framework.Binding.Properties; using DotVVM.Framework.Compilation.Javascript.Ast; using System.Reflection; using DotVV...
// 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. using System; using System.Collections; /// <summary> /// System.Byte.Parse(System.String) /// </summary> public cl...
//Copyright 2017 by Josip Medved <jmedved@jmedved.com> (www.medo64.com) MIT License //2018-11-25: Refactored which file gets used if application is not installed. //2017-11-05: Suppress exception on UnauthorizedAccessException. //2017-10-09: Support for /opt installation on Linux. //2017-04-29: Added IsAssumedInstalle...
using System; using System.Globalization; using System.Collections.Generic; using Sasoma.Utils; using Sasoma.Microdata.Interfaces; using Sasoma.Languages.Core; using Sasoma.Microdata.Properties; namespace Sasoma.Microdata.Types { /// <summary> /// An employment agency. /// </summary> public class EmploymentAgency...
// // ContextBackendHandler.cs // // Author: // Lluis Sanchez <lluis@xamarin.com> // Alex Corrado <corrado@xamarin.com> // // Copyright (c) 2011 Xamarin Inc // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Sof...
/* ==================================================================== Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for Additional information regarding copyright ownership. The ASF licenses this file to Y...
// ReSharper disable All using System.Collections.Generic; using System.Dynamic; using System.Net; using System.Net.Http; using System.Web.Http; using Frapid.ApplicationState.Cache; using Frapid.ApplicationState.Models; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using Frapid.Account.DataAccess; using Frapid.Dat...
using System; /// <summary> /// String.GetHashCode() /// Returns the hash code for this string. /// </summary> class StringGetHashCode { private const int c_MIN_STRING_LEN = 8; private const int c_MAX_STRING_LEN = 256; private const int c_MAX_SHORT_STR_LEN = 31;//short string (<32 chars) private const...
/// This code was generated by /// \ / _ _ _| _ _ /// | (_)\/(_)(_|\/| |(/_ v1.0.0 /// / / using System; using System.Collections.Generic; using System.Linq; using Twilio.Base; using Twilio.Converters; namespace Twilio.Rest.Wireless.V1 { /// <summary> /// ReadRatePlanOptions /// </su...
//----------------------------------------------------------------------- // <copyright file="AuthTests.cs" company="Marimer LLC"> // Copyright (c) Marimer LLC. All rights reserved. // Website: https://cslanet.com // </copyright> // <summary>no summary</summary> //-----------------------------------------------...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Runtime.InteropServices; using System.Threading.Tasks; using Xunit; namespace System.IO.Compression.Test { public class zip_ReadTests { [...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace Microsoft.Azure.ServiceBus.UnitTests.Management { using System; using System.Linq; using System.Collections.Generic; using System.Runtime.Comp...
// 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. namespace System.Globalization { using System; using System.Runtime.Serialization; using System.Threadi...
// Copyright (c) .NET Foundation and contributors. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Microsoft.DotNet.Cli.Build; using System; using System.IO; using System.Runtime.InteropServices; using Xunit; namespace Microsoft.DotNet.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. using System.Collections.Generic; using System.Diagnostics; using System.Numerics; using System.Security.Cryptograph...
// 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. namespace System.ComponentModel { /// <summary> /// Encapsulates zero or more components. /// </summary>...
// Amplify Shader Editor - Visual Shader Editing Tool // Copyright (c) Amplify Creations, Lda <info@amplify.pt> using System; using System.Collections.Generic; using UnityEngine; using UnityEditor; namespace AmplifyShaderEditor { public class PropertyDataCollector { public int NodeId; public int OrderIndex; p...
/* * DISCLAIMER * * Copyright 2016 ArangoDB GmbH, Cologne, Germany * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
/* Copyright(c) 2009, Stefan Simek Copyright(c) 2016, Vladyslav Taranov MIT License Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to...
using System; using System.Text; using System.Data; using System.Data.SqlClient; using System.Data.Common; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Configuration; using System.Xml; using System.Xml.Serialization; using SubSonic; using SubSonic.Utilities;...
// // Copyright (C) DataStax Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable la...
using System; using System.Collections.Generic; /// <summary> /// System.Collections.Generic.ICollection<T>.Clear() /// </summary> public class ICollectionClear { private int c_MINI_STRING_LENGTH = 8; private int c_MAX_STRING_LENGTH = 256; public static int Main(string[] args) { ICollectionCl...
using System; using Org.BouncyCastle.Crypto.Parameters; namespace Org.BouncyCastle.Crypto.Engines { /** * The specification for RC5 came from the <code>RC5 Encryption Algorithm</code> * publication in RSA CryptoBytes, Spring of 1995. * <em>http://www.rsasecurity.com/rsalabs/cryptobytes</em>. * <p>...
// <copyright file="EdgeOptions.cs" company="Microsoft"> // Licensed to the Software Freedom Conservancy (SFC) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The SFC licenses this file // to you under th...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="RuntimeIocContainer.cs" company="Rare Crowds Inc"> // Copyright 2012-2013 Rare Crowds, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not...
// // Copyright (c) Microsoft Corporation. All rights reserved. // namespace Microsoft.Zelig.CodeGeneration.IR.CompilationSteps.Handlers { using System; using System.Collections.Generic; using Microsoft.Zelig.Runtime.TypeSystem; public class OperatorHandlers_HighLevel { [CompilationS...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
//----------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.ServiceModel.Dispatcher { using System; using System.Collections.Generic...
using System; using System.Security.Cryptography; using Microsoft.Extensions.Options; using Xunit; namespace Scalider.Security.Password.Argon2 { public class Argon2PasswordHasherOfTUserTests { private static readonly FakeUser User1; private static readonly FakeUser User2; static Argo...
// 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. using Microsoft.Win32.SafeHandles; using System.Collections.Generic; using System.Runtime.InteropServices; using Sys...
using UnityEngine; using XInputDotNetPure; // Required in C# public class XInputTest : MonoBehaviour { AdvanceGamePad pad = new AdvanceGamePad(PlayerIndex.One, GamePadDeadZone.Circular); string previousText; GameObject textObject; GameObject cubeObject; float cubeAngle = 0.0f; // Use this for initia...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.Linq; using System.Management.Automation; using System.Net.Http; using System.Net.Http.Headers; using System.Text; using Microsoft.Win32; namespace Microsoft.PowerShell.Commands { internal st...
// 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. using System.Collections.Generic; using System.Net.Sockets; using System.Net.Test.Common; using System.Runtime.Excep...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using Marten.Events; using Marten.Exceptions; using Marten.Services; using Marten.Services.Events; using Marten.Testing.Harness; using Newtonsoft.Json; using Shouldly; using Xunit; namespace Marten.Testing.Events { publi...
using System; using System.Collections; using System.Data; using System.ComponentModel; using System.Drawing; using System.Windows.Forms; using System.Text; using Epi.Collections; using Epi.Analysis; using Epi.Windows.Dialogs; using Epi.Windows.Analysis; namespace Epi.Windows.Analysis.Dialogs { /// <summary> /// Dia...
// // StationSource.cs // // Authors: // Gabriel Burt <gburt@novell.com> // // Copyright (C) 2007-2008 Novell, Inc. // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. namespac...
// 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. using System.Collections.Generic; using Xunit; namespace System.IO.Tests { public partial class PathTests : Pat...
#if UNITY_EDITOR using UnityEngine; using System; using System.Collections; using System.Collections.Generic; /// <summary> /// Represents a circular doubly linked list. /// </summary> /// <typeparam name="T">Specifies the element type of the linked list.</typeparam> public sealed class CircularLinkedList<T> : IColle...
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------ namespace System.ServiceModel.Channels { using System; using System.Runtime; using System.ServiceModel; class Cont...
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
using System; using System.IO; namespace ICSharpCode.SharpZipLib.Tar { /// <summary> /// The TarBuffer class implements the tar archive concept /// of a buffered input stream. This concept goes back to the /// days of blocked tape drives and special io devices. In the /// C# universe, the only real function that ...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Text; using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework; namespace CocosSharp { public enum GlyphCollection { Dynamic, NEHE, Ascii, Custom }; // font attributes...
using System; using System.Collections.Generic; using System.Linq; namespace Barebone.Routing { public class RouteTree{ StaticNode _root = new StaticNode(string.Empty); Dictionary<string, Route> _routesById = new Dictionary<string, Route>(); public void Add(params Route[] routes){ foreach (var route in rout...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; using System.IO; using System.Linq; using System...
using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.ComponentModel.DataAnnotations; using System.Globalization; using System.Reflection; using System.Runtime.Serialization; using System.Web.Http; using System.Web.Http.Description; using System.Xml...
// 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. using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; us...
// Visual Studio Shared Project // Copyright(c) Microsoft Corporation // All rights reserved. // // Licensed under the Apache License, Version 2.0 (the License); you may not use // this file except in compliance with the License. You may obtain a copy of the // License at http://www.apache.org/licenses/LICENSE-2.0 // /...
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================ ** ** Class: Contract ** ** <OWNER>maf,mbarnett,[....]</OWNER> ** ** Implementation details of CLR Contracts. ** ==================================================...
using System; using System.Collections.Generic; using System.Composition.Hosting; using System.IO; using System.Linq; using System.Reflection; using System.Threading.Tasks; using Microsoft.CodeAnalysis; using Microsoft.Extensions.Logging; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using OmniSharp.Endpoint.Expor...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="JsonTypeConverterProblem.cs"> // Copyright (c) 2011-2016 https://github.com/logjam2. // </copyright> // Licensed under the <a href="https://github.com/logjam2/logjam/blob/master/L...
using System; using System.Collections.Generic; using System.Text; using System.Text.RegularExpressions; using System.Drawing; namespace IronAHK.Rusty { partial class Core { static bool? OnOff(string mode) { switch (mode.ToLowerInvariant()) { case Keyword...
//------------------------------------------------------------------------------ // <copyright file="SmtpMail.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //------------------------------------------------------------------------------ /* * Simple SMTP sen...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="AbstractConnectionFactory.cs" company="The original author or authors."> // Copyright 2002-2012 the original author or authors. // // Licensed under the Apache License, Vers...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using Nop.Core.Domain.Common; using Nop.Core.Domain.Customers; using Nop.Core.Domain.Discounts; using Nop.Core.Domain.Payments; using Nop.Core.Domain.Shipping; using Nop.Core.Domain.Tax; namespace Nop.Core.Domain.Orde...
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------ namespace System.Runtime.Serialization { using System; using System.Diagnostics.CodeAnalysis; using System.Xml; usi...
// 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. using System; using System.Text; using System.Collections.Generic; using Xunit; namespace System.Net.Http.Tests { ...
// 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. using System.Buffers; using System.Diagnostics; using System.IO; using System.Runtime.CompilerServices; using System...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
using System; using System.Collections.Generic; using UnityEngine.UI; namespace UnityEngine.EventSystems { public static class ExecuteEvents { public delegate void EventFunction<T1>(T1 handler, BaseEventData eventData); public static T ValidateEventData<T>(BaseEventData data) where T: class ...
// ---------------------------------------------------------------------------------- // // Copyright Microsoft Corporation // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apac...
using System; using System.Collections.Generic; using System.Drawing; using System.Text; using System.Xml; namespace NUnit.Gui { public class Xml2RtfConverter { public enum ColorKinds { Element = 1, Value, Attribute, String, Tag, ...
// // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. // using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using HUX.Utility; using HoloToolkit.Unity.SpatialMapping; #if UNIT...
//----------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.ServiceModel.Dispatcher { using System; using System.Diagnostics; us...
#region license // Copyright (c) 2004, Rodrigo B. de Oliveira (rbo@acm.org) // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, // are permitted provided that the following conditions are met: // // * Redistributions of source code must retain the above ...
/* * Swaggy Jenkins * * Jenkins API clients generated from Swagger / Open API specification * * The version of the OpenAPI document: 1.1.2-pre.0 * Contact: blah@cliffano.com * Generated by: https://openapi-generator.tech */ using System; using System.Linq; using System.Text; using System.Collections.Generic; u...
using System; using System.Collections.Generic; using System.Text; using gView.Framework.Carto.Rendering; using gView.Framework.UI; using gView.Framework.IO; using System.Reflection; using gView.Framework.Data; using gView.Framework.Symbology; using gView.Framework.system; using gView.Framework.Carto.Rendering.UI; nam...
/* * Copyright (2011) Intel Corporation and Sandia Corporation. Under the * terms of Contract DE-AC04-94AL85000 with Sandia Corporation, the * U.S. Government retains certain rights in this software. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided tha...
using System.Collections.Generic; using System.Linq; using System.Threading; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; using Orleans.CodeGenerator.Model; using Orleans.CodeGenerator.Utilities; using static Microsoft.CodeAnalysis.CSharp.SyntaxFactory; ...
// 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. using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Runtime.InteropServices; u...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator 0.16.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. ...
// // Tests.cs // // Author: // Gabriel Burt <gburt@novell.com> // // Copyright (C) 2009 Novell, Inc. // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including //...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. n...
// Copyright 2022 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. // // Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. nam...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/context.proto #pragma warning disable 1591, 0612, 3021 #region Designer generated code using pb = global::Google.Protobuf; using pbc = global::Google.Protobuf.Collections; using pbr = global::Google.Protobuf.Reflection; using scg = globa...
// Python Tools for Visual Studio // Copyright(c) Microsoft Corporation // All rights reserved. // // Licensed under the Apache License, Version 2.0 (the License); you may not use // this file except in compliance with the License. You may obtain a copy of the // License at http://www.apache.org/licenses/LICENSE-2.0 //...
using System; using System.Collections.Generic; using Microsoft.Data.Entity.Migrations; namespace AllReady.Migrations { public partial class TaskDateTimeOffset : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.DropForeignKey(name: "FK_Act...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; using System.Linq; using System.Net.Http; using System.Net.Http.Formatting; using System.Net.Http.Headers; using System.W...
/******************************************************************************* * Copyright 2008-2011, Cypress Semiconductor Corporation. All rights reserved. * You may use this file only in accordance with the license, terms, conditions, * disclaimers, and limitations in the end user license agreement accompanying ...
//----------------------------------------------------------------------- // <copyright file="X509Util.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //----------------------------------------------------------------------- namespace System.IdentityModel { ...
/* * DocuSign REST API * * The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. * * OpenAPI spec version: v2.1 * Contact: devcenter@docusign.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ using System; using Syste...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; using System.Linq; using System.Net.Http; using System.Net.Http.Formatting; using System.Net.Http.Headers; using System.W...
// // Copyright (c) Microsoft Corporation. All rights reserved. // namespace System.Net { using Runtime.CompilerServices; using System.Net.Sockets; /// <devdoc> /// <para>Provides an internet protocol (IP) address.</para> /// </devdoc> [Serializable] public class IPAddress { ...
// 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. using Microsoft.Win32.SafeHandles; using System.Collections.Generic; using System.ComponentModel; using System.Globa...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. namespac...
using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Text; namespace Csla { /// <summary> /// Represents a databindable, customized, view of a System.Collections.IList for sorting, filtering, searching, editing, and navigation. /// </...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file=".cs" company="sgmunn"> // (c) sgmunn 2012 // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated // documentati...
// 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. using System.Buffers; using System.Diagnostics; using System.Runtime.CompilerServices; namespace System.Buffers.Tex...