text
stringlengths
1
932k
using Events.Client.Services.Api; using Events.Client.State; using Events.Shared.Models; using Microsoft.AspNetCore.Components; using Microsoft.AspNetCore.Components.Routing; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace Events.Client.Pages { public clas...
using System; using AutoMapper; using GetShredded.Data; using GetShredded.Models; using GetShredded.Services; using GetShredded.Services.Contracts; using Microsoft.AspNetCore.Authentication; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Identity; using Microsoft.EntityFrameworkCore; using Microsoft.Exten...
#region License /* FNA - XNA4 Reimplementation for Desktop Platforms * Copyright 2009-2015 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. */ /* Derived from code by the Mono.Xna Team (Copyright 2006). * Released under the MIT License. See monoxna.LICEN...
using System; using System.Collections.Generic; using System.Xml.Linq; using MbUnit.Framework; using Moroco; using SolrNet.Impl.DocumentPropertyVisitors; using SolrNet.Tests.Mocks; namespace SolrNet.Tests { [TestFixture] public class RegularDocumentVisitorTests { [Test] public void InvalidCast...
using System.Threading.Tasks; using System.Collections.Generic; using DDDSample1.Domain.Shared; using System; namespace DDDSample1.Domain.Trips{ public class TripService: ITripService{ private readonly IUnitOfWork _unitOfWork; private readonly ITripRepository _repo; public TripService(IUni...
// 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 Microsoft.Build.Framework; using Xunit; namespace Microsoft.Build.UnitTests { /// <summary> /// Verify the functioning of the BuildErrorE...
using System; namespace CmsZwo { public class CacheEvent { public string Name { get; private set; } public static implicit operator CacheEvent(string instance) => instance.HasContent() ? new CacheEvent { Name = instance } : null; public static implicit operator CacheEvent(Type instance) => instance !=...
// 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. #nullable disable using System; using System.Collections.Immutable; using System.Linq; using System.Threading; usi...
using System.Collections.Generic; using System.ComponentModel.DataAnnotations; namespace ordermanager_dotnet.Models { public class Model { [Required] public int Id {get;set;} [Required] public string Description {get;set;} [Required] public int ManufacturerId {...
using TaskoMask.Application.Core.Dtos.Workspace.Boards; using TaskoMask.Application.Core.Helpers; using TaskoMask.Application.Core.Queries; namespace TaskoMask.Application.Workspace.Boards.Queries.Models { public class SearchBoardsQuery:BaseQuery<PublicPaginatedListReturnType<BoardOutputDto>> { public...
/* * Nz.Framework * Author Paulo Eduardo Nazeazeno * https://github.com/paulonz/Nz.Framework */ namespace Nz.Core.Service.Impl.Auth { using System; using System.Threading.Tasks; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Logging; using Nz.Core.Business.Impl.Auth; using...
using System; using System.Collections.Generic; using System.IO; /// <summary> /// Extension methods for the TextReader class and its sub classes (StreamReader, StringReader) /// </summary> public static class TextReaderExtensions { /// <summary> /// The method provides an iterat...
using System; using System.Net.Http; using System.Text.Json; using System.Threading.Tasks; using JetBrains.Annotations; using JsonApiDotNetCore.Configuration; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Testing; using Microsoft.AspNetCore.TestHost; using Microsoft....
#if EF6 using System; using System.Data.Entity; using System.Data.Entity.Infrastructure; using System.Reflection; namespace Z.EntityFramework.Plus { internal static partial class InternalExtensions { public static int? GetModelCacheKey(this DbContext @this) { // TBD: Do we want to ...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("5....
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. namespace Microsoft.MixedReality.Toolkit.UI { /// <summary> /// Theme property value types used for converting theme values back and forth from serialized objects /// </summary> public enum ThemePropertyTypes { Flo...
using System.Collections.Generic; namespace XamlCSS.UWP { public class StyleResourceService : IStyleResourcesService { private Dictionary<object, object> resources = new Dictionary<object, object>(); public StyleResourceService() { } public void BeginUpdate() ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media; using System.Windows.Media.Imaging; using System.Windows.Navigati...
using Neo4jClient.Cypher; using Neo4jClient.DataAnnotations.Cypher; using Neo4jClient.DataAnnotations.Tests.Models; using Neo4jClient.Serialization; using Newtonsoft.Json; using Newtonsoft.Json.Serialization; using NSubstitute; using System; using Neo4jClient.DataAnnotations.Utils; using System.Collections.Generic; us...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Im...
//------------------------------------------------------------------------------ // <auto-generated> // Generated by the MSBuild WriteCodeFragment class. // </auto-generated> //------------------------------------------------------------------------------ using System; using System.Reflection; [assembly: Microsof...
#pragma checksum "..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "C3AED0C728FA6D3C2ECCD1781D1A119C5D936075" //------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Ch...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Web.Routing; using System.Web.Mvc; using Ninject.Web.Mvc; using Ninject; namespace GithubSharp.MvcSample.MvcApplication { public class ServerApp : NinjectHttpApplication { public static void RegisterRout...
/* * Copyright 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 "license" fi...
// <auto-generated> // 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 // re...
// 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.Threading.Tasks; using Windows.UI.Xaml.Media; namespace Microsoft.Toolkit.Uwp.UI.Helpers...
// Copyright (c) Daniel Crenna & Contributors. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Net; using ActiveErrors; using ActiveStorage; using ActiveText.Configuration; using ActiveT...
using System; using System.Configuration; using System.Web.Mvc; using PaylevenWebAppSharp; namespace PaylevenWebAppSharpDemo.Controllers { public class BaseController : Controller { private const string PaylevenToken = "PaylevenToken"; internal readonly PaylevenWebApp PaylevenWebApp; ...
namespace JGarfield.LocastPlexTuner.Library.Clients.DTOs.Tuner { public class LineupStatus { public bool ScanInProgress { get; set; } public int Progress { get; set; } public int Found { get; set; } public bool ScanPossible { get; set; } public string Source { get; s...
using System; using NUnit.Framework; using Transition.Compiler; using Transition.Compiler.AstNodes; using Transition; namespace Tests.Compiler { [TestFixture] public class SymanticAnalyzerTests { [Test] public void Analyze_StatesForTransitionsExist_ReturnsTrue() { var machine = new ...
using System.Collections.Generic; namespace QSwagWebApi.Models { public class PackagedDescriptor { public IEnumerable<string> InstallRequires { get; set; } public IEnumerable<string> Packages { get; set; } } }
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Ar...
using System; namespace Procedure.Web.Models { public class WorkPackageItem : BaseSharepointItem { public int ProcedureId { get; set; } public string ProcedureName { get; set; } public string TripleStoreId { get; set; } public string SIPrefix { get; set; } public s...
using System; using System.Collections.Generic; using System.Linq; using Newtonsoft.Json.Linq; namespace Microsoft.TemplateEngine.Orchestrator.RunnableProjects.ValueForms { public class FirstUpperCaseValueFormModel : IValueForm { public string Identifier => "firstUpperCase"; public string Name...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MS-PL license. // See the LICENSE file in the project root for more information. using System; using AppKit; using MvvmCross.Core; using MvvmCross.ViewModels; namespace MvvmCross.Platforms.Mac....
 using UnityEngine; using UnityEngine.EventSystems; namespace Knowdes { public class SetEditTextCursor : MonoBehaviour, IPointerEnterHandler, IPointerExitHandler { private const int _priority = 1; private bool _cursorChanged = false; private CursorStateMachine _stateMachine = null; protected virtual void ...
// 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. namespace OpenShift.DotNet.Service.Models { using System; using System.Linq; using System.Collections.Generic; using Newtonsoft.Json; using Mi...
using System; using System.Collections.Generic; using System.Globalization; using System.Reflection; using System.Text; namespace AvalonStudio.Documents { public enum LogicalDirection { Backward, Forward } /// <summary> /// Specifies the mode for getting the next caret position. ...
using AutoMapper; using Discount.Grpc.Entities; using Discount.Grpc.Protos; using Discount.Grpc.Repositories; using Grpc.Core; using Microsoft.Extensions.Logging; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using GrpcProtos = Discount.Grpc.Protos; namespace Discoun...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Reflection.Emit; using Xunit; namespace System.Tests { public class EnumTests { ...
/* * Copyright (c) 2014, Furore (info@furore.com) and contributors * See the file CONTRIBUTORS for details. * * This file is licensed under the BSD 3-Clause license * available at https://raw.github.com/furore-fhir/spark/master/LICENSE */ using System; using System.Collections.Generic; namespace Spark.Servic...
// <SnippetMatrixAnimationUsingPathWholePage> using System; using System.Windows; using System.Windows.Controls; using System.Windows.Media; using System.Windows.Media.Animation; using System.Windows.Navigation; using System.Windows.Shapes; namespace SDKSample { /// <summary> /// Shows how to animate an obj...
// Copyright (c) 2012-2018 fo-dicom contributors. // Licensed under the Microsoft Public License (MS-PL). using System.Collections.Generic; namespace Dicom.Media { public class DicomDirectoryRecordType { #region Properties and Attributes private readonly string _recordName; public I...
using System; using System.Collections.Generic; using System.Text; namespace P06.FoodShortage.Contracts { public interface IIdentifiable { string Id { get; } } }
#pragma warning disable 1591 using System; using System.Runtime.InteropServices; using ProtoBuf; namespace Fusee.Math.Core { // ReSharper disable InconsistentNaming /// <summary> /// Represents a 3D vector using three single-precision floating-point numbers. /// </summary> /// <remarks> /// ...
using System.Configuration; using System.Web.Http; using Microsoft.ApplicationInsights.Extensibility; namespace GitHubBot { public class WebApiApplication : System.Web.HttpApplication { protected void Application_Start() { string key = ConfigurationManager.AppSettings[Constants.AppInsightsKey]; if(!string...
using JiraAssistant.Domain.Jira; using System; using System.Collections.Generic; using System.Linq; namespace JiraAssistant.Controls.Dialogs { public partial class LogWorkDialog { public LogWorkDialog(IEnumerable<JiraIssue> issues) { InitializeComponent(); Entries = is...
/** * Copyright 2017 IBM Corp. 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 applicable law o...
using System.Collections; using System.Collections.Generic; using UnityEngine; public class cellattach : MonoBehaviour { public GameObject cube; // Use this for initialization void Start () { } // Update is called once per frame void Update () { if (Input.GetKey(KeyCode.Space)) { ...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; [assembly: AssemblyTitle("Tests.Company.DataAccess.Ef")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("Tests.Company.DataAccess.E...
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Threading.Tasks; using Pulumi.Serialization; names...
using MvcBloggy.API.Model.RequestModels; using MvcBloggy.Domain.Entities; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace MvcBloggy.API.Model { internal static class BlogPostRequestModelExtensions { internal static BlogPost To...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace keyMapGen.Utils { public class v2r_keymap_t { public uint[] noshift; public uint[] shift; public uint[] altgr; public uint[] capslock; public ui...
using System; using System.Collections.Generic; using System.Text; using System.IO; namespace HelloWorldApp.BusinessObjects { public partial class ControllerPersonOperations { public static string StorageRoot = ""; public static byte[] Read(string filename) { string path_combined = Path.Combine(Controlle...
using System.Threading.Tasks; using Nop.Core.Domain.Common; using Nop.Web.Areas.Admin.Models.Common; namespace Nop.Web.Areas.Admin.Factories { /// <summary> /// Represents the address model factory /// </summary> public partial interface IAddressModelFactory { /// <summary> /// Pre...
// <auto-generated /> using System; using Cheers.DB; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Metadata; using Microsoft.EntityFrameworkCore.Migrations; using Microsoft.EntityFrameworkCore.Storage.ValueConversion; namespace Cheers.DB.M...
//------------------------------------------------------------------------------ // <copyright file="OpenFromPackageViewModel.cs" company="Aras Corporation"> // © 2017-2018 Aras Corporation. All rights reserved. // </copyright> //------------------------------------------------------------------------------ using...
/************************************************************************************* Extended WPF Toolkit Copyright (C) 2007-2013 Xceed Software Inc. This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license For ...
<div> <div class="col-md-4 col-sm-6"> <div class="wr_formGroup"> <div class="form-group"> <div class="row"> <div class="col-md-5 col-sm-6"> <label>From Date:</label> </div> <div class="col-md-5 c...
using System.Linq; using Microsoft.EntityFrameworkCore; using Abp.Application.Editions; using Abp.Application.Features; using AAC.ABPDemo.Editions; namespace AAC.ABPDemo.EntityFrameworkCore.Seed.Host { public class DefaultEditionCreator { private readonly ABPDemoDbContext _context; public Defa...
/* * Created by SharpDevelop. * User: joheri11 * Date: 2011-10-18 * Time: 07:00 * * To change this template use Tools | Options | Coding | Edit Standard Headers. */ using System; using System.Collections; using System.Windows.Forms; namespace awfulizer { /// <summary> /// Description of HistoryTemplate. //...
// This file was generated by a tool; you should avoid making direct changes. // Consider using 'partial classes' to extend these types // Input: messages-monero.proto #pragma warning disable namespace Trezor.Net.Contracts.Monero { [global::ProtoBuf.ProtoContract()] public partial class MoneroTransactionSourc...
using System; using System.Collections.Generic; using System.Linq; namespace _05.PizzaCalories { public class Program { public static void Main() { var listInputs = new List<string>(); string input; while ((input = Console.ReadLine()) != "END") ...
namespace Contrib.Reviews.Settings { public class ReviewTypePartSettings { private bool? _showStars; public bool ShowStars { get { if (_showStars == null) _showStars = true; return (bool)_showStars; } set { _sho...
using System.CommandLine; using System.CommandLine.Invocation; using System.Linq; using MuirDev.ConsoleTools; using Bravura.Tonality; namespace Bravura.Console { public static class ChromaticScaleCommand { private static readonly FluentConsole _console = new(); static ChromaticScaleCommand() ...
namespace Autofac.Test.Scenarios.Graph1.GenericContraints { public interface IA { } }
namespace IoTGame.GoPiGo { public static class Commands { public const byte Version = 20; public const byte BatteryVoltage = 118; public const byte UltraSonic = 117; public const byte DigitalWrite = 12; public const byte DigitalRead = 13; public const byte Analo...
using System; using System.Collections.Generic; using System.Text.Json.Serialization; using Discord.WebSocket; using Gommon; namespace Volte.Entities { public sealed class ModerationOptions { internal ModerationOptions() => Blacklist = new HashSet<string>(); [JsonPropertyName("mas...
using System; namespace Examples.WebApi { public class WeatherForecast { public DateTime Date { get; set; } public int TemperatureC { get; set; } public int TemperatureF => 32 + (int)(TemperatureC / 0.5556); public string Summary { get; set; } } }
/* * Copyright 2019 GridGain Systems, Inc. and Contributors. * * Licensed under the GridGain Community Edition License (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.gridgain.com/products/software/community-edition...
// *** WARNING: this file was generated by the Pulumi SDK Generator. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Threading.Tasks; using Pulumi.Serialization; namespace Pulumi.Azur...
using System; using HiveMind.Model; using HiveMind.Model.Rules; using System.Collections.Generic; using HiveMind.Debug; using HiveMind.AI.Statistics; namespace HiveMind.Game { /// General game state class for a game of Hive. /// /// A Zobrist key is maintained for the game state. It consists of zobrist key for the...
using System.Web.Mvc; using System.Web.Routing; namespace JuCheap.Web { public class RouteConfig { public static void RegisterRoutes(RouteCollection routes) { routes.IgnoreRoute("{resource}.axd/{*pathInfo}"); routes.MapRoute( name: "Default", ...
using OrchardCore.Modules.Manifest; [assembly: Module( Name = "Switcheroo", Author = "David Hayden", Website = "https://www.davidhayden.me", Version = "1.0.0-rc2", Description = "Dynamically select active theme for current session using query parameter. e.g. ?theme=TheAgencyTheme", Category = "...
namespace MassTransit.Initializers.Variables { using System; public interface IdContext { Guid Id { get; } } }
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Identity; using Microsoft.EntityFrameworkCore; using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Depende...
using OrgEasy.Sdk.WeChat.Official.Infrastructure.Models; namespace OrgEasy.Sdk.WeChat.Official.Infrastructure; public interface IWeChatOfficialHttpApiRequester { Task<string?> RequestAsync(string endpoint, HttpMethod method, WeChatOfficialRequestModel? requestModel = null, bool withAccessToken = true); ...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using System; using System.Collections.ObjectModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Management.Automation; using System.Runtime.CompilerServices; using System.Threading; using Microsoft.Managemen...
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from um/ocidl.h in the Windows SDK for Windows 10.0.20348.0 // Original source is Copyright © Microsoft. All rights reserved. using NUnit.Framework; using System;...
using System.Collections.Generic; using System.Net.NetworkInformation; namespace Ricky8955555.CoolQ { public static class PingUtilities { private static readonly Ping Ping = new(); public static PingReply Send(string hostNameOrAddress) => Ping.Send(hostNameOrAddress); public static l...
namespace Raven.Yabt.Database.Common.BacklogItem { public enum BacklogItemType { Feature = 2^1, Bug = 2^2, UserStory = 2^3, Task = 2^4 } }
/* * 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.Collections.Generic; using System.Linq; using System.Reflection; using System.Text.RegularExpressions; using System.Threading; using System.Threading.Tasks; using FluentAssertions; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Configuration.Memory; using Microsoft.Extensions.Dependen...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("An...
// // This file was generated by the BinaryNotes compiler. // See http://bnotes.sourceforge.net // Any modifications to this file will be lost upon recompilation of the source ASN.1. // using System; using org.bn.attributes; using org.bn.attributes.constraints; using org.bn.coders; using org.bn.types; using org.bn; ...
using System; using System.Collections.Generic; using System.Linq; using System.Numerics; using System.Text; namespace Nfty.Ethereum.RLP { public static class ConvertorForRLPEncodingExtensions { public static BigInteger ToBigIntegerFromRLPDecoded(this byte[] bytes) { if (bytes == nu...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Text; using System.Windows.Forms; namespace Moway.Project.GraphicProject.Actions.Noise { public partial class NoisePanel : ActionPanel { public NoisePanel() { Initialize...
using System; namespace IEXSharp.Model.Shared.Response { public class Cashflow { public DateTime reportDate { get; set; } public DateTime fiscalDate { get; set; } public string currency { get; set; } public decimal? netIncome { get; set; } public decimal? depreciation {...
/* * 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; using System.Collections.Generic; using System.Collections.Specialized; using System.ComponentModel; using System.Linq; using System.Threading.Tasks; using Windows.Foundation; using Windows.UI.Xaml; using Windows.UI.Xaml.Automation.Peers; using Windows.UI.Xaml.Controls; using Wi...
using System; using System.Collections.Generic; using System.Linq; using Foundation; using UIKit; namespace SalesApp.iOS { public class Application { // This is the main entry point of the application. static void Main(string[] args) { // if you want to use a different App...
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30311.1 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //------...
// *********************************************************************** // Copyright (c) 2015 Charlie Poole // // 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, incl...
// Install modules #module nuget:?package=Cake.DotNetTool.Module&version=0.4.0 // Install addins. #addin "nuget:?package=Cake.Json&version=5.2.0" #addin "nuget:?package=Cake.Incubator&version=6.0.0" #addin "nuget:?package=Cake.DocFx&version=0.13.1" #addin "nuget:?package=Newtonsoft.Json&version=12.0.3" // Install too...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // <auto-generated/> #nullable disable using System.Collections.Generic; using System.Text.Json; using Azure.Core; namespace Azure.ResourceManager.Resources.Models { public partial class SubscriptionListResult { ...
/* * Bungie.Net API * * These endpoints constitute the functionality exposed by Bungie.net, both for more traditional website functionality and for connectivity to Bungie video games and their related functionality. * * OpenAPI spec version: 2.1.1 * Contact: support@bungie.com * Generated by: https://github.com...
//------------------------------------------------------------------------------ // <auto-generated /> // // This file was automatically generated by SWIG (http://www.swig.org). // Version 4.0.2 // // Do not make changes to this file unless you know what you are doing--modify // the SWIG interface file instead. //-----...
using UnityEngine; using UnityEditor; using System.Collections.Generic; using System.Linq; using UnityEditor.ProBuilder; using UnityEngine.ProBuilder; using EditorUtility = UnityEditor.ProBuilder.EditorUtility; namespace ProBuilder.EditorExamples { sealed class EditorCallbackViewer : EditorWindow { List<string> m_...
// // SearchTerm.cs // // Author: Jeffrey Stedfast <jestedfa@microsoft.com> // // Copyright (c) 2013-2017 Xamarin Inc. (www.xamarin.com) // // 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 ...
using System; using System.Diagnostics; using System.Threading; using System.Runtime.Serialization; using System.ServiceModel; using System.ServiceModel.Channels; using System.ServiceModel.Description; using Microsoft.Xrm.Sdk; namespace PowerApps.Samples { /// <summary> /// A custom plug-in that can post the ...