context
stringlengths
2.52k
185k
gt
stringclasses
1 value
using System; using System.Reflection; using IBatisNet.Common.Test.Domain; using IBatisNet.Common.Utilities; using IBatisNet.Common.Utilities.Objects.Members; using NUnit.Framework; namespace IBatisNet.Common.Test.NUnit.CommonTests.Utilities { [TestFixture] public class ProtectedFieldAccessorTest { ...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using RestSharp.Portable.OAuth2.Configuration; using RestSharp.Portable.OAuth2.Infrastructure; using RestSharp.Portable.OAuth2.Models; namespace RestSharp.Portable.OAuth...
using EdiEngine.Common.Enums; using EdiEngine.Common.Definitions; using EdiEngine.Standards.X12_004010.Segments; namespace EdiEngine.Standards.X12_004010.Maps { public class M_200 : MapLoop { public M_200() : base(null) { Content.AddRange(new MapBaseEntity[] { new BGN() { ReqDes = RequirementDesignator.Ma...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Linq; using System.Linq.Expressions; using System.Reflection; using Elasticsearch.Net; using Newtonsoft.Json; namespace Nest { /// <summary> /// Provides the connection settings for NEST's ...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Runtime.InteropServices; using System.Threading; using System.Threading.Tasks; using BTDB.Buffer; using BTDB.StreamLayer; namespace BTDB.KVDBLayer; class ChunkStorageInKV : IChunkStorage { struct StorageValue { ...
using System; using System.Collections.Generic; using System.IO; using System.IO.IsolatedStorage; using System.Linq; using System.Linq.Expressions; using System.Net.Http; using System.Reflection; using System.Security.Cryptography; using System.Text; using System.Threading; using System.Threading.Tasks; using Android.A...
using System; using System.Diagnostics; using System.IO; using System.Text.RegularExpressions; using StructureMap; using System.Text; namespace Sep.Git.Tfs.Core { public class GitHelpers : IGitHelpers { protected readonly TextWriter realStdout; private readonly IContainer _container; /...
// Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // http://github.com/jskeet/dotnet-protobufs/ // Original C++/Java/Python code: // http://code.google.com/p/protobuf/ // // Redistribution and use in source and binary forms, with or without // modification, are p...
// <copyright file="HistogramTests.cs" company="Math.NET"> // Math.NET Numerics, part of the Math.NET Project // http://numerics.mathdotnet.com // http://github.com/mathnet/mathnet-numerics // http://mathnetnumerics.codeplex.com // // Copyright (c) 2009-2013 Math.NET // // Permission is hereby granted, free of charge, ...
/*********************************************************************************************************************** * TorrentDotNET - A BitTorrent library based on the .NET platform * * Copyright (C) 2004, Peter Ward ...
// 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; /// <summary> /// System.MathF.Sin(System.Single) /// </summary> public class MathFSin { public st...
/* * Copyright (c) InWorldz Halcyon Developers * Copyright (c) Contributors, http://opensimulator.org/ * * 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 c...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using System.Data.Common; using System.Data.Entity; using System.Data.Entity.Infrastructure; using System.Data.SqlClien...
using System; using NUnit.Framework; using VkNet.Enums.SafetyEnums; using VkNet.Model.Attachments; namespace VkNet.Tests.Models { [TestFixture] public class VideoModel : BaseTest { [Test] public void ToString_VideoShouldHaveAccessKey() { var video = new Video { Id = 1234, OwnerId = 1234, Acc...
// 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) 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. 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...
// // Copyright (c) 2004-2018 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.Generic; using System.Linq; using Orchard.Logging; namespace Orchard.ContentManagement.Handlers { public abstract class ContentHandler : IContentHandler { protected ContentHandler() { Filters = new List<IContentFilter>(); Logger = NullLogger.In...
using System; using System.IO; using System.Text; using System.Linq; using System.Collections; using System.Globalization; using System.Collections.Generic; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using Vector3 = Microsoft.Xna.Framework.Vector3; using FlatRedBall.Input; using FlatRedB...
// // Copyright (c) Microsoft and contributors. 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 requi...
using System; using System.Collections.Generic; using System.Runtime.Serialization; using ServiceStack.DataAnnotations; using ServiceStack.DesignPatterns.Model; namespace ServiceStack.Text.Tests.Support { [DataContract(Namespace = "http://schemas.ddnglobal.com/types/")] public class UserPublicView { /// <summary>...
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...
// 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.Collections.ObjectModel; using System.ComponentModel; using System.Di...
//--------------------------------------------------------------------------- // // Copyright (c) Microsoft Corporation. All rights reserved. // // Description: ResourceTextReader class // It reads values from a CSV file or tab-separated TXT file // //----------------------------------------------------...
using System; using UnityEngine; using Cinemachine.Utility; using UnityEngine.Serialization; namespace Cinemachine { /// <summary> /// This is a CinemachineComponent in the the Body section of the component pipeline. /// Its job is to position the camera in a variable relationship to a the vcam's ///...
// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; #if !__MonoCS__ using System.Deployment.Application; #endif using System.Diagnostics; using System.Drawing; using System.IO; using System.Text; using System.Thre...
// // LogicalTerm.cs // // Author: // Stephane Delcroix <sdelcroix@src.gnome.org> // // Copyright (C) 2008 Novell, Inc. // Copyright (C) 2008 Stephane Delcroix // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"),...
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Text; using System.Threading.Tasks; using Microsoft.Azure.Cosmos.Table; using Microsoft.Extensions.Logging; using Orleans.AzureUtils.Utilities; using Orleans.Reminders.AzureStorage; using Orleans.Internal; using Orleans.Co...
/* * 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...
// ******************************************************************************************************** // Product Name: DotSpatial.Symbology.dll // Description: Contains the business logic for symbology layers and symbol categories. // ******************************************************************************...
// 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.Globalization; using System.Reflection; na...
//--------------------------------------------------------------------------- // // <copyright file="WindowsListViewSubItem.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. // </copyright> // // // Description: Win32 ListViewSubItem proxy // // History: // Jean-Francois P...
using System; using System.Drawing; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Windows.Forms; using System.Text; using System.Xml; using fyiReporting.RDL; namespace fyiReporting.RdlDesign { /// <summary> /// Summary description for DialogDataSourceRef...
//--------------------------------------------------------------------- // <copyright file="EntityPropertyMappingInfo.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // <summary> // Manages the mapping information for EntityPropertyMappingAttributes // ...
/* * 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...
// 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; namespace System.Buffers { /// <summary> /// Represents a standard formatting str...
// 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 ...
// // DbBoundType.cs // // Author: // Scott Peterson <lunchtimemama@gmail.com> // // Copyright (C) 2008 Scott Peterson // // 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 restrict...
#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 // (...
--- /dev/null 2016-03-07 09:18:53.000000000 -0500 +++ src/System.Xml.ReaderWriter/src/SR.cs 2016-03-07 09:19:12.223114000 -0500 @@ -0,0 +1,1374 @@ +using System; +using System.Resources; + +namespace FxResources.System.Xml.ReaderWriter +{ + internal static class SR + { + + } +} + +namespace System +{ + inte...
#region File Description //----------------------------------------------------------------------------- // InstancedModelSampleGame.cs // // Microsoft XNA Community Game Platform // Copyright (C) Microsoft Corporation. All rights reserved. //-----------------------------------------------------------------------------...
#region using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Collections.Specialized; using System.Linq; using System.Threading.Tasks; using GTR.Core.Engine; using GTR.Core.Marshalling; using GTR.Core.Marshalling.DTO; using GTR.Core.Model; using GTR.Core.Moves; using GTR.C...
using System; using System.Collections.Generic; using System.Linq; using SimpleContainer.Helpers; using SimpleContainer.Infection; using SimpleContainer.Interface; namespace SimpleContainer.Configuration { public abstract class AbstractConfigurationBuilder<TSelf> where TSelf : AbstractConfigurationBuilder<TSelf> {...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Threading; using System.Threading.Tasks; using Abp.Events.Bus.Factories; using Abp.Events.Bus.Factories.Internals; using Abp.Events.Bus.Handlers; using Abp.Events.Bus.Handlers.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. #if NETCOREAPP #define HAVE_STORE_ISOPEN #endif using System.Diagnostics; using System.IO; using System.Runtime.Int...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Threading; using Lucene.Net.Attributes; using Lucene.Net.Documents; namespace Lucene.Net.Index { using Lucene.Net.Randomized.Generators; using Lucene.Net.Support; using NUnit.Framework; using AlreadyClosedException =...
// 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 System.Runtime.InteropServices; using System.Text; using Xunit; na...
//----------------------------------------------------------------------- // <copyright file="AboutBox.Designer.cs" company="None"> // Copyright (c) Brandon Wallace and Jesse Calhoun. All rights reserved. // </copyright> //----------------------------------------------------------------------- using TQVaultAE.GUI.P...
namespace Morph { public struct Char { public const char MaxValue = (char)0xff; //or 0xffff public const char MinValue = (char)0; internal char m_value; public static bool IsWhiteSpace(System.Char c) { byte b = (byte)c; return (b >= 9 && b <= 1...
#region Foreign-License /* Copyright (c) 2012 Sky Morey See the file "license.terms" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. */ #endregion using System; using System.Collections; using System.Diagnostics; using System.Text; using sqlite_int64 = System.Int64; u...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace System.Globalization { using System; using System.Diagnostics.Contracts; // // This class implements the Julian calendar. In 48 B.C. Julius C...
/* * 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 UnityEngine; using System.Collections; public class FourierCPU { int m_size; float m_fsize; int m_passes; float[] m_butterflyLookupTable = null; public FourierCPU(int size) { if(!Mathf.IsPowerOfTwo(size)) { Debug.Log("FourierCPU::FourierCPU - fourier grid size must be pow2 number, changing to near...
/* ==================================================================== 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...
/* * 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 ...
// 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.Text; using Test.Cryptography; using Xunit; namespace System.Security.Cryptography.Encryption.Rijndael...
//#define Trace // ParallelDeflateOutputStream.cs // ------------------------------------------------------------------ // // A DeflateStream that does compression only, it uses a // divide-and-conquer approach with multiple threads to exploit multiple // CPUs for the DEFLATE computation. // // last saved: <2011-July-...
/* * UltraCart Rest API V2 * * UltraCart REST API Version 2 * * OpenAPI spec version: 2.0.0 * Contact: support@ultracart.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ using System; using System.Linq; using System.IO; using System.Text; using System.Text.RegularExpressions; using Sy...
// 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 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...
// // https://github.com/ServiceStack/ServiceStack.Text // ServiceStack.Text: .NET C# POCO JSON, JSV and CSV Text Serializers. // // Authors: // Demis Bellot (demis.bellot@gmail.com) // // Copyright 2012 Service Stack LLC. All Rights Reserved. // // Licensed under the same terms of ServiceStack. // using System; usi...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; using DineroPortableClientSDK; using DineroPortableClientSDK.Mailouts; using DineroPortableClientSDK.ResponseModels; using DineroPortableClientSDK.TradeOffers; namespace DineroSampleApp { public class ...
namespace android.text.util { [global::MonoJavaBridge.JavaClass()] public partial class Linkify : java.lang.Object { internal new static global::MonoJavaBridge.JniGlobalHandle staticClass; protected Linkify(global::MonoJavaBridge.JNIEnv @__env) : base(@__env) { } [global::MonoJavaBridge.JavaInterface(typeo...
// 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.Runtime.InteropServices; using System.Security; namespace System.IO.Compress...
using HarmonyLib; using HarmonyLibTests.Assets; using NUnit.Framework; using System; namespace HarmonyLibTests.Patching { [TestFixture] public class Arguments : TestLogger { [Test] public void Test_Method6() { var originalClass = typeof(Class6); Assert.NotNull(originalClass); var originalMethod = ori...
// 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.IO; using System.Net.Mime; using System.Runtime.ExceptionServices; us...
/////////////////////////////////////////////////////////////////////////// // Description: Data Access class for the table 'RS_JenisLayanan' // Generated by LLBLGen v1.21.2003.712 Final on: Thursday, October 11, 2007, 2:03:11 AM // Because the Base Class already implements IDispose, this class doesn't. ///////////////...
using System; using System.Collections.Generic; namespace SilentOrbit.ProtocolBuffers { class ProtoPrepare { readonly Options options; /// <summary> /// Convert message/class and field/propery names to CamelCase /// </summary> readonly bool ConvertToCamelCase = true; ...
using System; using System.Collections; using System.Dynamic; using System.Linq.Expressions; namespace Python.Runtime { /// <summary> /// Represents a generic Python object. The methods of this class are /// generally equivalent to the Python "abstract object API". See /// PY2: https://docs.python.org/...
// 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.Diagnostics.Contracts; using System.Runtime.CompilerServices; using System.Ru...
using System; using System.Collections.Generic; using System.Globalization; using System.Net; using System.Text; using System.Threading.Tasks; using Microsoft.Azure.Cosmos.Table; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using Orleans.AzureUtils; using Orleans.Clustering.AzureStorage; usin...
using System; using Org.BouncyCastle.Crypto.Digests; using Org.BouncyCastle.Crypto.Modes; using Org.BouncyCastle.Crypto.Parameters; using Org.BouncyCastle.Security; using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Crypto.Engines { /** * Wrap keys according to * <a href="http://www.ietf.org/int...
using System; using System.Drawing; using System.Drawing.Drawing2D; using System.Windows.Forms; using System.Runtime.Serialization; using System.Security.Permissions; namespace Dalssoft.DiagramNet { /// <summary> /// This class control the elements collection and visualization. /// </summary> [Serializable] 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; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using FluentAssertions; using Microsoft.Its.Domain.Testing; using NUni...
using NeuroLinker.Extensions; using NeuroLinker.Helpers; using NeuroLinker.Interfaces.Helpers; using NeuroLinker.Interfaces.Workers; using NeuroLinker.Models; using System; using System.Net; using System.Net.Http; using System.Threading.Tasks; using NeuroLinker.ResponseWrappers; using VaraniumSharp.Attributes; namespa...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the MIT license. See License.txt in the project root for license information. using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Collections.Immutable; using Analyzer.Utilities; using Analyzer.Utilities.Ex...
// // Copyright (c)1998-2011 Pearson Education, Inc. or its affiliate(s). // All rights reserved. // using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Runtime.CompilerServices; using OpenADK.Library.Impl; using OpenADK.Library.Infra; using OpenADK.Library.Tools....
using System; using System.Threading.Tasks; using Microsoft.AspNetCore.Html; using Microsoft.AspNetCore.Mvc.Localization; using Microsoft.AspNetCore.Mvc.Rendering; using Microsoft.AspNetCore.Mvc.ViewFeatures; using Microsoft.Extensions.DependencyInjection; using OrchardCore.DisplayManagement.Shapes; using OrchardCore.D...
using System; using System.Xml; using TimeAndDate.Services.Common; using System.Globalization; using System.Collections.Generic; using System.Linq; namespace TimeAndDate.Services.DataTypes.Time { public class TADDateTime { /// <value> /// Year. /// </value> public Int32 Year ...
using System; using System.Collections.Generic; using System.Threading.Tasks; using Microsoft.Extensions.DependencyInjection; using OrchardCore.Autoroute.Services; using OrchardCore.ContentManagement.Routing; using OrchardCore.Environment.Shell; using OrchardCore.Environment.Shell.Builders; using OrchardCore.Environmen...
// 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. #if ES_BUILD_STANDALONE using System; using System.Diagnostics; #endif using System.Text; #if ES_BUILD_STANDALONE u...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: money/cards/transactions/payment_card_authorization_reversal.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::Goo...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; ...
namespace Azure.Analytics.Synapse.Spark { public partial class SparkBatchClient { protected SparkBatchClient() { } public SparkBatchClient(System.Uri endpoint, string sparkPoolName, Azure.Core.TokenCredential credential) { } public SparkBatchClient(System.Uri endpoint, string sparkPoolNa...
using System; using Microsoft.VisualStudio.TestTools.UnitTesting; using System.Xml; using System.Linq; using System.Collections.Generic; using System.Collections.ObjectModel; using System.IO; using System.Xml.Serialization; using DOKuStar.Data.Xml; using RightDocs.Common; namespace ExportExtensionCommon { [TestCl...
using UnityEditorInternal; using UnityEngine; using UnityEngine.PostProcessing; namespace UnityEditor.PostProcessing { public class ParadeMonitor : PostProcessingMonitor { static GUIContent s_MonitorTitle = new GUIContent("Parade"); ComputeShader m_ComputeShader; ComputeBuffer m_Buffer...
/******************************************************************************* * Copyright (c) 2013, Daniel Murphy * 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 ...
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------ namespace System.ServiceModel.Channels { using System.Globalization; using System.Collections.Generic; using System.Ente...
using System; using System.Collections; using System.Reflection; using System.Reflection.Emit; namespace Python.Runtime { /// <summary> /// The DelegateManager class manages the creation of true managed /// delegate instances that dispatch calls to Python methods. /// </summary> internal class Dele...
//----------------------------------------------------------------------- // <copyright file="ArcFile.cs" company="None"> // Copyright (c) Brandon Wallace and Jesse Calhoun. All rights reserved. // </copyright> //----------------------------------------------------------------------- namespace TQVaultAE.Data { usi...
// 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.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. n...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Reflection; using System.Xml; using Xamarin.Forms.Internals; using Xamarin.Forms.Xaml.Internals; namespace Xamarin.Forms.Xaml { internal class CreateValuesVisitor : IXamlNodeVisitor { public CreateValuesVisi...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Runtime.Serialization; namespace DDay.iCal { /// <summary> /// A class that represents an RFC 5545 VEVENT component. /// </summary> /// <note> /// TODO: Add support for the following properties: /// <...
/* Project Orleans Cloud Service SDK ver. 1.0 Copyright (c) Microsoft Corporation All rights reserved. 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, inc...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. namespace Microsoft.Azure.Management.DataLake.Analytics { using System; using System.Collections; using System.Collections.Generic; using Syste...
using System; using System.Collections; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using Orleans.Runtime.Configuration; namespace Orleans.Runtime { /// <summary> /// Identifies activations that have been idle long enough to be deactivated. /// </summary> i...
namespace ContosoUniversity.Migrations { using ContosoUniversity.Models; using ContosoUniversity.DAL; using System; using System.Collections.Generic; using System.Data.Entity; using System.Data.Entity.Migrations; using System.Linq; internal sealed class Configuration : DbMigrationsConfi...
// 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.Data.Common; using System.Diagnostics; using System.Threading; using ...
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...