context
stringlengths
2.52k
185k
gt
stringclasses
1 value
// 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 Xunit; namespace System.Data.SqlClient.ManualTesting.Tests { public static class TransactionTest { ...
// // Copyright (c) 2004-2017 Jaroslaw Kowalski <jaak@jkowalski.net>, Kim Christensen, Julian Verdurmen // // 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 s...
using System; using System.Collections; using System.Windows.Forms; namespace joveClient { public class StringRegistryEntry { public string Host; public string Name; public object Obj; public StringRegistryEntry(string h, string n, object o) { Host = h; Name = n; Obj = o; } public StringRegis...
// Copyright 2016 Google Inc. 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 // // Unless required by applica...
// dnlib: See LICENSE.txt for more info using System; using System.Threading; using dnlib.DotNet.MD; using dnlib.Threading; namespace dnlib.DotNet { /// <summary> /// A high-level representation of a row in the ExportedType table /// </summary> public abstract class ExportedType : IHasCustomAttribute, IImplementa...
/* * Copyright 2018 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
// 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. namespa...
/******************************************************************************************** Copyright (c) Microsoft Corporation All rights reserved. Microsoft Public License: This license governs use of the accompanying software. If you use the software, you accept this license. If you do not accept the licens...
// 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.Numerics; using System.Reflection; using System.Runtime.InteropServices; using Sy...
// 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.Generic; using System.IO; using System.Runtime.InteropServices; using System....
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 2010-2014 Amazon.com, Inc. or its affiliates. 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. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "l...
using System.Diagnostics; namespace Lucene.Net.Codecs.Compressing { using Lucene.Net.Support; using System; using ArrayUtil = Lucene.Net.Util.ArrayUtil; using BytesRef = Lucene.Net.Util.BytesRef; /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributo...
using System; using System.Collections.Generic; using NinthChevron.Data; using NinthChevron.Data.Entity; using NinthChevron.Helpers; using NinthChevron.ComponentModel.DataAnnotations; using NinthChevron.Data.SqlServer.Test.AdventureWorks2012; using NinthChevron.Data.SqlServer.Test.AdventureWorks2012.HumanResourcesSche...
// 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.Xml; using System.Text; using System.Collections; using System.Globalization; using Syste...
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;...
//*************************************************** //* This file was generated by tool //* SharpKit //* At: 29/08/2012 03:59:41 p.m. //*************************************************** using SharpKit.JavaScript; namespace Ext.resizer { #region Resizer /// <inheritdocs /> /// <summary> /// <p>Applie...
using System; using System.Text; using Google.GData.AccessControl; using Google.GData.Calendar; using Google.GData.Client; using Google.GData.Extensions; namespace CalendarDemoConsoleApplication { class CalendarDemo { private static String userName, userPassword, feedUri; /// <summary> ...
// Copyright 2021 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 ...
using System; using System.Runtime.InteropServices; using System.Security; using System.IO; using BulletSharp.Math; namespace BulletSharp { public class StridingMeshInterface : IDisposable // abstract { internal IntPtr _native; internal StridingMeshInterface(IntPtr native) { _native = native; } ...
/* * 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. // 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. namespa...
using System; using System.Data; using Csla; using Csla.Data; using ParentLoad.DataAccess; using ParentLoad.DataAccess.ERCLevel; namespace ParentLoad.Business.ERCLevel { /// <summary> /// B02_Continent (editable child object).<br/> /// This is a generated base class of <see cref="B02_Continent"/> business...
using System; using UnityEngine; public class GeomUtils { public static void test() { float ti; int times = 2; Boolean temp; int i; // Moller-Trumbore method ti = Time.realtimeSinceStartup; for (i = 0; i < times; i++) { temp = rayIntersectsTriangleMT(new Vector3(2, 2, 0), new Vector3(0, 0, 20), ...
namespace Modules.Acl { using System; using System.Collections.Generic; using System.Runtime.Serialization; using System.Threading; using Internal; /// <summary> /// A Group. /// </summary> /// /// <remarks> /// <para> /// Used to represent any organisational str...
using System; using System.Collections.Generic; using System.Data; using System.Web; using System.Linq; using System.Web.Mvc; using System.Web.Routing; using System.Web.Security; using Umbraco.Core; using Umbraco.Core.IO; using Umbraco.Core.Cache; using Umbraco.Core.Logging; using Umbraco.Core.Services; using umbraco.B...
#nullable disable using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Runtime.CompilerServices; namespace Scriban.Helpers { [DebuggerTypeProxy(typeof(InlineList<>.DebugListView)), DebuggerDisplay("Count = {Count}")] internal struct InlineList<T> : I...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Xml; using System.Xml.Linq; using System.Xml.XPath; using Umbraco.Core.Xml; namespace Umbraco.Core { /// <summary> /// Extension methods for xml objects /// </summary> i...
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 ocean (for example, the Pacific). /// </summary> public class O...
//----------------------------------------------------------------------------- // Torque // Copyright GarageGames, LLC 2011 //----------------------------------------------------------------------------- //----------------------------------------------------------------------------- // This script function is called...
// // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // // Copyright 2008-2014 Heaton Research, 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 // // htt...
// Inflater.cs // Copyright (C) 2001 Mike Krueger // // This file was translated from java, it was part of the GNU Classpath // Copyright (C) 2001 Free Software Foundation, Inc. // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as publi...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.Contracts; using System.Security; namespace System.IO { public sealed partial ...
// * ************************************************************************** // * Copyright (c) McCreary, Veselka, Bragg & Allen, P.C. // * This source code is subject to terms and conditions of the MIT License. // * A copy of the license can be found in the License.txt file // * at the root of this distributio...
using System; using System.Globalization; using System.IO; namespace XSerializer { internal class JsonWriter : IDisposable { private readonly TextWriter _primaryWriter; private readonly IJsonSerializeOperationInfo _info; private bool _encryptWrites; private StringWriter _encry...
// ------------------------------------------------------------------------------ // 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.Concurrent; using System.Collections.Generic; using System.Diagnostics.Contracts; using System.Linq; using System.Threading; using System.Threading.Tasks; using Discord; using Discord.Audio; using Discord.WebSocket; using SagiriBot.Extensions; using SagiriBot.Objects.Databases.Aud...
// 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. // This file contains the IDN functions and implementation. // // This allows encoding of non-ASCII domain names in ...
// 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.Reflection; using Xunit; namespace System.Linq.Expressions.Tests { public class PostDecrementAssig...
// // - NamespaceUri.cs - // // Copyright 2005, 2006, 2010, 2012 Carbonfrost Systems, Inc. (http://carbonfrost.com) // // 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.ap...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the MIT license. See License.txt in the project root for license information. using System.Threading.Tasks; using Xunit; using VerifyCS = Test.Utilities.CSharpCodeFixVerifier< Microsoft.CodeQuality.Analyzers.QualityGuidelines.SealMethodsThatSatisfy...
#region Header // Revit API .NET Labs // // Copyright (C) 2007-2021 by Autodesk, Inc. // // Permission to use, copy, modify, and distribute this software // for any purpose and without fee is hereby granted, provided // that the above copyright notice appears in all copies and // that both that copyright notice and the...
/* ==================================================================== 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...
// ==++== // // // Copyright (c) 2006 Microsoft Corporation. All rights reserved. // // The use and distribution terms for this software are contained in the file // named license.txt, which can be found in the root of this distribution. // By using this software in any fashion, you are agreeing to ...
// // AudioFile.cs: // // Authors: // Miguel de Icaza (miguel@novell.com) // // Copyright 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, ...
// 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 Infrastructure.Common; using System; using System.Security.Cryptography.X509Certificates; using System.Servic...
// 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.Reflection; using System.Resources; using System.Runtime.CompilerServices; #if !NET_NATI...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using Avalonia.Markup.Parsers; using XamlX; using XamlX.Ast; using XamlX.Emit; using XamlX.IL; using XamlX.Transform; using XamlX.Transform.Transformers; using XamlX.TypeSystem; namespace Avalonia.Markup.Xaml.XamlIl.Compiler...
/* * 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 You under the Apache License, Version 2.0 * (the "License"); you...
using System; using System.Linq; using System.Collections; using UnityEngine; [AddComponentMenu( "Daikon Forge/Examples/Actionbar/Spell Slot" )] [ExecuteInEditMode] public class SpellSlot : MonoBehaviour { #region Protected serialized fields [SerializeField] protected string spellName = ""; [SerializeField] ...
// **************************************************************** // Copyright 2007, Charlie Poole // This is free software licensed under the NUnit license. You may // obtain a copy of the license at http://nunit.org // **************************************************************** using System; using System.Coll...
using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace WebSharp { //BEGIN INTERFACE public interface IElement { string ElementName { get;} string ToWebOptimizedString (PassonStylesheet PS); //Web Optimized ToString() } //END INTERFACE BEGIN ATTRIBUTESET public enum Butt...
// ============================================================================ // FileName: NotifierCore.cs // // Description: // SIP Notifier server as described in RFC3265 "Session Initiation Protocol (SIP)-Specific Event Notification". // // Author(s): // Aaron Clauson // // History: // 22 Feb 2010 Aaron Clauson Cr...
using UnityEngine; using System; using System.Collections.Generic; #if !UNITY_FLASH && !UNITY_METRO && !UNITY_WP8 using System.Reflection; #endif #if UNITY_EDITOR using UnityEditor; #endif [System.Serializable] public class MegaLoftTris { public int[] sourcetris; public int[] tris; public int offset; } public c...
using System; using System.Text; using System.Net; using System.IO; using System.Collections.Generic; public static class Connection { #region var private static String userAgent = "Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1667.0 Safari/537.36"; private static Str...
#if (UNITY_WINRT || UNITY_WP_8_1) && !UNITY_EDITOR && !UNITY_WP8 using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Numerics; using System.Text; namespace Newtonsoft.Json.Serialization { internal class TraceJsonWriter : JsonWriter { private readonly JsonWr...
using System; using System.Collections.Generic; using System.Globalization; using AllReady.Areas.Admin.ViewModels.Validators; using AllReady.Controllers; using AllReady.DataAccess; using AllReady.Models; using AllReady.Providers.ExternalUserInformationProviders; using AllReady.Providers.ExternalUserInformationProviders...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Content; using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework.Audio; namespace SuperPolarity { class MainShip : Ship { ...
#region License /* ********************************************************************************** * Copyright (c) Roman Ivantsov * This source code is subject to terms and conditions of the MIT License * for Irony. A copy of the license can be found in the License.txt file * at the root of this distribution. ...
/* * 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 You under the Apache License, Version 2.0 * (the "License"); you may ...
using System; #if !WINDOWS_PHONE && !XBOX using Microsoft.Xna.Framework.GamerServices; #endif namespace Cocos2D { public delegate void CCTextFieldTTFDelegate(object sender, ref string text, ref bool canceled); public class CCTextFieldTTF : CCLabelTTF, ICCTargetedTouchDelegate { private IAsyncResult m_...
/* Ben Scott * bescott@andrew.cmu.edu * 2015-07-16 * Markdown */ using System; using System.Collections.Generic; using System.Configuration; using System.Text; using System.Text.RegularExpressions; public static class Markdown { public static string EmptyElementSuffix { get { return _emptyElementSuffix; ...
/* * Copyright 2008 ZXing authors * * 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 law or agreed ...
// EntityDataView.cs // using System; using System.Collections.Generic; using Slick; using Xrm.Sdk; using jQueryApi; using System.Diagnostics; namespace SparkleXrm.GridEditor { public class EntityDataViewModel : DataViewBase { #region Fields protected bool _suspendRefresh = false; ...
/* * 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 o...
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================================= ** ** Class: LocalDataStoreMgr ** ** ** Purpose: Class that manages stores of local data. This class is used in ** cooperation with the Lo...
// <copyright file="IPlayGamesClient.cs" company="Google Inc."> // Copyright (C) 2014 Google Inc. 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...
/* * 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 you under the Apache License, Version 2.0 (the * "License"); you may no...
// Copyright (c) Umbraco. // See LICENSE for more details. using System; using System.Collections.Generic; using System.Linq; using System.Text; using NUnit.Framework; using Umbraco.Cms.Core.Configuration.Models; using Umbraco.Cms.Core.Models.PublishedContent; using Umbraco.Cms.Core.Semver; using Umbraco.Cms.Infrastru...
/* Copyright 2019 Esri 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 law or agreed to in writing, ...
using System; using System.Text.RegularExpressions; using System.IO; using System.Reflection; using System.Timers; using System.Net.NetworkInformation; using System.Drawing; using System.Windows.Forms; using tsonamu; namespace tsonamu { class MainClass { public static NotifyIcon tray; public static System.Tim...
using UnityEngine; using System.Collections; using System.Collections.Generic; using Pathfinding; using Pathfinding.Util; using Pathfinding.Serialization.JsonFx; namespace Pathfinding { /** A class for holding a user placed connection */ public class UserConnection { public Vector3 p1; public Vector3 p2; ...
using System; using System.IO; using NTumbleBit.BouncyCastle.Utilities.IO; namespace NTumbleBit.BouncyCastle.Asn1 { /** * a general purpose ASN.1 decoder - note: this class differs from the * others in that it returns null after it has read the last object in * the stream. If an ASN.1 Null is encountered a Der...
/* Copyright 2012 Michael Edwards 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 law or agreed to i...
// // Copyright (c) 2004-2016 Jaroslaw Kowalski <jaak@jkowalski.net>, Kim Christensen, Julian Verdurmen // // 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 s...
/* ==================================================================== 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 ...
// dnlib: See LICENSE.txt for more info using System; using System.Collections.Generic; using System.IO; using dnlib.IO; using dnlib.DotNet.Pdb; using dnlib.PE; using dnlib.W32Resources; using dnlib.DotNet.MD; using System.Diagnostics; namespace dnlib.DotNet.Writer { /// <summary> /// Common module writer options b...
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...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using JetBrains.Annotations; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Fr...
/* Copyright (C) 2008-2018 Peter Palotas, Jeffrey Jangli, Alexandr Normuradov * * 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 t...
using System; using System.Threading.Tasks; namespace Morpe { /// <summary> /// Represents an instance of the MoRPE classifier. /// </summary> public class Classifier { /// <summary> /// The number of categories. /// </summary> public int Ncats; /// <summary> /// The spatial dimensionality. /// </su...
// ---------------------------------------------------------------------------------- // // 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...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using Validation; namespace System.Collections.Immutable { /// <...
#region Disclaimer/Info /////////////////////////////////////////////////////////////////////////////////////////////////// // Subtext WebLog // // Subtext is an open source weblog system that is a fork of the .TEXT // weblog system. // // For updated news and information please visit http://subtextproject.com/ // Su...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Collections.Generic; using System.Diagnostics; namespace System.Collections.Immutable { /// <summary> /// A thin wrapper around the <see cref="IDi...
// // Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. // // Microsoft Bot Framework: http://botframework.com // // Bot Builder SDK Github: // https://github.com/Microsoft/BotBuilder // // Copyright (c) Microsoft Corporation // All rights reserved. // // MIT License: // Permission i...
/* * * (c) Copyright Ascensio System Limited 2010-2021 * * 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; using System.Text; using System.Web.Security; using Rainbow.Framework.Providers.RainbowRoleProvider; using System.Configuration; using System.Data.SqlClient; using System.Data; using System.Diagnostics; using Rainbow.Framework.Providers.RainbowMembershipProvider; using S...
#region Apache License // // 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 you under the Apache License, Version 2.0 // (...
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. // This source file is machine generated. Please do not change the code manually. using System; using System.Collections.Generic; using...
// 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.Xml.Schema; namespace System.Xml { /// <summary> /// Implementations of XmlRawWriter are inten...
using System; using System.Collections.Generic; using System.Text; using Microsoft.VisualStudio; using Microsoft.VisualStudio.Debugger.Interop; // This file contains the various event objects that are sent to the debugger from the sample engine via IDebugEventCallback2::Event. // These are used in EngineCallback.cs. /...
// 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. /****************************************************************************** * This file is auto-generated from ...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Web.Http; using System.Web...
// 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.Linq; using System.Threading; using Xunit; namespace System.IO.Tests...
using System; using System.Collections.Generic; using System.Text; using System.IO; using System.Collections.Specialized; using System.Diagnostics; using Fonlow.CommonSync; using System.Runtime.Remoting.Messaging; [assembly: CLSCompliant(false)] namespace Fonlow.CommonSync { /// <summary> /// For event //...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="X509Name.cs"> // Copyright (c) 2014 Alexander Logger. // Copyright (c) 2000 - 2013 The Legion of the Bouncy Castle Inc. (http://www.bouncycastle.org). // </copyright> // --...
/* Copyright 2012 Michael Edwards 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 law or agreed to i...
// 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. ...
using System; using System.CodeDom.Compiler; using System.Collections.Generic; using System.Data; using System.Data.SqlClient; using System.Globalization; using System.Linq; using System.Text; namespace EduHub.Data.Entities { /// <summary> /// Adult Group Members Data Set /// </summary> [GeneratedCode(...