text
stringlengths
1
932k
using System; using System.Windows; using System.Windows.Controls; using System.Windows.Media.Animation; using System.Windows.Media; namespace clock42 { public partial class Canvas : System.Windows.Controls.Canvas { public Canvas () { InitializeComponent (); Loaded += (o, e) => { rectAnimation.Complete...
// Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to use, co...
// Copyright © Microsoft Corporation. All Rights Reserved. // This code released under the terms of the // Microsoft Public License (MS-PL, http://opensource.org/licenses/ms-pl.html.) using System; using System.Collections.Generic; using System.ComponentModel.Design; using System.Diagnostics; using System.Globaliza...
@{ ViewData["Title"] = "Connect"; } @using System.Globalization; @using Newtonsoft.Json.Linq; @using Yoti.Auth.Document; @using Yoti.Auth.Images; @model CoreExample.Models.DisplayAttributes <!DOCTYPE html> <html class="yoti-html"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-...
using System; using ObjCRuntime; using Foundation; namespace Firebase.MLKit.Vision { [Native] public enum VisionBarcodeValueType : long { Unknown, ContactInfo, Email, Isbn, Phone, Product, Sms, Text, Url, WiFi, GeographicCoordinates, CalendarEvent, DriversLicense } [Native] public enu...
using System; namespace Shop.UIClassic { public class Class1 { } }
using VRage.Voxels; namespace VRageRender { public class MyRenderMessageRequireClipmapCell : IMyRenderMessage { public uint ClipmapId; public MyCellCoord Cell; public bool HighPriority; MyRenderMessageType IMyRenderMessage.MessageClass { get { return MyRenderMessageType.StateC...
using Xamarin.Forms; using Xamarin.Forms.Xaml; namespace Sharpnado.Tabs { [XamlCompilation(XamlCompilationOptions.Compile)] public partial class UnderlinedTabItem : UnderlinedTabItemBase { public UnderlinedTabItem() { InitializeComponent(); InnerLabel.PropertyChang...
// 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 enable namespace System.Runtime.InteropServices { [AttributeUsage(AttributeTargets.Parameter, Inherite...
/** * Copyright 2013 Canada Health Infoway, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicab...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Http; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting; namespace MyFancyActorService { ...
using System; using System.Linq; using System.Collections.Generic; using CounterStrike.Utilities.Messages; using CounterStrike.Models.Guns.Contracts; using CounterStrike.Repositories.Contracts; namespace CounterStrike.Repositories { public class GunRepository : IRepository<IGun> { private readonly IC...
using Gsemac.Drawing.Imaging; namespace Gsemac.Drawing { public class ImageFactory : ImageFactoryBase { // Public members public static ImageFactory Default => new ImageFactory(); public ImageFactory() : this(ImageCodecFactory.Default) { } public Ima...
using System; using Microsoft.EntityFrameworkCore.Migrations; namespace RocketChatToDoServer.Migrations { public partial class InitialCreate : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.CreateTable( name: "Users", ...
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; using System.Threading; using System.Threading.Tasks; using System.Web.Http; using EF.DbContextFactory.Examples.Data.Entity; using EF.DbContextFactory.Examples.Data.Repository; using EF.DbContextFactory.Examples...
/* * 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.Collections.Generic; namespace Ystervark.Database.Models { public partial class InvoiceText { public int Id { get; set; } public int TenantId { get; set; } public string DebtorsEmail { get; set; } public string Terms { get; set; } public strin...
/******************************************************************************* * Copyright 2008-2013 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...
@model System.Collections.Generic.List<AD419.DataHelper.Web.Models.CfdaNumberImport> @{ ViewBag.Title = "View CFDA Numbers Excel File"; } <h2>@ViewBag.Title</h2> @Styles.Render("~/Content/DataTables-1.9.4/media/css/dataTables") @section AdditionalScripts { @Scripts.Render("~/bundles/datatables") <sc...
// Copyright © Nikola Milinkovic // Licensed under the MIT License (MIT). // See License.md in the repository root for more information. using System.Security.Claims; namespace Nuclear.Channels.Server.Web.Authentication { public interface IAuthenticationService { Claim[] AuthenticateUser(string user...
// 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 Test.Cryptography; using Xunit; namespace System.Security.Cryptography.Hashing.Algorithms.Tests { public ...
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from um/d3d12.h in the Windows SDK for Windows 10.0.22000.0 // Original source is Copyright © Microsoft. All rights reserved. using NUnit.Framework; using System....
//--------------------------------------------------------- // <auto-generated> // This code was generated by a tool. Changes to this // file may cause incorrect behavior and will be lost // if the code is regenerated. // // Generated on 2020 October 09 05:46:46 UTC // </auto-generated> //--------------...
/* * 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...
using System; using System.Collections.Generic; using TreeLibrary.Tree; namespace TreeLibrary.TraversalStrategies { public interface ITraversalStrategy<T> where T : IComparable<T> { IEnumerable<T> Traverse(Node<T> node); } }
namespace SistemaCompra.Domain.SolicitacaoCompraAggregate { public interface ISolicitacaoCompraRepository { void RegistrarCompra(SolicitacaoCompra solicitacaoCompra); } }
using System.Collections.Generic; using System.Text.Json.Serialization; using Essensoft.AspNetCore.Payment.Alipay.Domain; namespace Essensoft.AspNetCore.Payment.Alipay.Response { /// <summary> /// MybankCreditSupplychainTradeBillrepaybudgetQueryResponse. /// </summary> public class MybankCreditSupplyc...
using System; using System.Text; using System.Web.UI; using BoletoNet.Util; [assembly: WebResource("BoletoNet.Imagens.756.jpg", "image/jpg")] namespace BoletoNet { /// <summary> /// Classe referente ao Bancoob Sicoob Crédibom. /// Autor: Janiel Madureira Oliveira /// E-mail: janielbelmont@msn.com ...
// c:\program files (x86)\windows kits\10\include\10.0.22000.0\shared\d3dkmddi.h(4219,9) using System; using System.Runtime.InteropServices; namespace DirectN { [StructLayout(LayoutKind.Sequential)] public partial struct _DXGK_BUILDPAGINGBUFFER_FLUSHTLB { public _D3DGPU_PHYSICAL_ADDRESS RootPageTa...
using System.Collections.Generic; using System.Runtime.CompilerServices; namespace ULox.ByteCode { //todo ability to ask if field or method exists at runtime //todo ability to add remove fields and methods at runtime? //todo introduce optimiser, pass after compile, have compile build slim ast as it goes ...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; public class StartUp { static void Main() { var listOfPersons = new List<Person>(); var listOfProducts = new List<Product>(); var filterPersons = Console.ReadLine() .Split(new[] { '...
@model SignalRMVCUnityCRUD.Models.ManageLoginsViewModel @using Microsoft.Owin.Security @{ ViewBag.Title = "Manage your external logins"; } <h2>@ViewBag.Title.</h2> <p class="text-success">@ViewBag.StatusMessage</p> @{ var loginProviders = Context.GetOwinContext().Authentication.GetExternalAuthenticationTypes...
using Microsoft.AspNetCore.Blazor.Hosting; namespace SpecifyingALayoutExplicitly { public class Program { public static void Main(string[] args) { CreateHostBuilder(args).Build().Run(); } public static IWebAssemblyHostBuilder CreateHostBuilder(string[] args) => BlazorWebAssemblyHost.CreateDefaultBuil...
using System.Collections; using System.Collections.Generic; using UnityEngine; using RuntimeInspector.UI; using RuntimeInspector; public class InspectorReflectionDemo : MonoBehaviour { // Object whoch values we want to hook to inspector public DemoReflectionCube cube; // Inspector we want to show publ...
namespace MassTransit.RabbitMqTransport { /// <summary> /// Used to configure the binding of an exchange (to either a queue or another exchange) /// </summary> public interface IExchangeBindingConfigurator : IExchangeConfigurator { /// <summary> /// A routing key for the exc...
using System; using System.Collections.Generic; using System.Text; namespace BDFramework.Http { /// <summary> /// http的管理器 /// </summary> public class HttpMgr { private HttpMgr() { layerMap = new Dictionary<int, HttpLayer>(); } static private HttpMgr i; ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.InteropServices; public struct ValX1<T> {} public struct ValX2<T,U> {} public struct ValX3<T,U,V>{} public class RefX1<T> {} public class RefX2<...
/*--------------------------------------------------------------------- * Master.cs - file description * Main class, responsible for running all of the other *Tests.cs files * Version: 1.0 * Author: REDMOND\jamesweb * Created: 8/8/2008 2:20:51 PM * ---------------------------------------------------------------------*...
using NBi.Core.Transformation; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace NBi.Core.Variable { public interface ITestVariable { object GetValue(); bool IsEvaluated(); } }
namespace MPACore.PhoneBook.Models.TokenAuth { public class AuthenticateResultModel { public string AccessToken { get; set; } public string EncryptedAccessToken { get; set; } public int ExpireInSeconds { get; set; } public long UserId { get; set; } } }
// Copyright 2017 T-Force Xyz // Please refer to LICENSE & CONTRIB files in the project root for license information. // // 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 file in the project root for full license information. using Xunit; using System; using System.Reflection; using System.Collections.Generic; #pragma warning disable 0414 namespace System.Reflection.Tests { public cl...
using System.Collections; using System.Collections.Generic; using System.Linq; using UnityEngine; using System; using UnityEngine.Serialization; using UnityEngine.SceneManagement; namespace GraphProcessor { public class GraphChanges { public SerializableEdge removedEdge; public SerializableEdge addedEdge; pub...
/** * Copyright (c) 2001-2014 Mathew A. Nelson and Robocode contributors * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://robocode.sourceforge.net/license/ep...
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.17626 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //--...
namespace SharpRemote.Test.Types.Interfaces { [ByReference] public interface IByReferenceType { int Value { get; } } }
// *** 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...
// 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. #nullable enable using System.Collections; using System.Collections.Generic; namespace osu.Framework.Lists { public partial class WeakList<T> { /// <sum...
namespace CiBeer.Migrations { using System; using System.Data.Entity; using System.Data.Entity.Migrations; using System.Linq; internal sealed class Configuration : DbMigrationsConfiguration<CiBeer.Models.ApplicationDbContext> { public Configuration() { AutomaticMigra...
using System; using System.Diagnostics; namespace UniFTP.Server { [Obsolete("Use the new non-static class to hanle multiple instances.")] /// <summary> /// FTP性能计数器 /// </summary> public static class FtpStaticPerformanceCounters { private const string CATEGORY = "UniFTP"; priv...
using System.Collections.Generic; using ical.NET.Collections.Interfaces; namespace Ical.Net.Interfaces.General { public interface ICalendarParameterCollection : IGroupedList<string, ICalendarParameter> { void SetParent(ICalendarObject parent); void Add(string name, string value); strin...
using DN.WebApi.Application.Common.Persistance; using DN.WebApi.Domain.Catalog.Products; using Mapster; using MediatR; namespace DN.WebApi.Application.Catalog.Products; public class GetProductViaDapperRequest : IRequest<ProductDto> { public Guid Id { get; set; } public GetProductViaDapperRequest(Guid id) =>...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace DatilClientLibrary { public class FormaPagoLiquidacionCompra { /// <summary> /// Medio de pago según la documentación del API de Dátil /// http://developers.da...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Mosyre2 { public class Contact { public Contact(Clay clay, object connectPoint) { Clay = clay; ConnectPoint = connectPoint; } public Clay Clay { get; internal set; } public ob...
// Copyright (c) .NET Foundation and Contributors (https://dotnetfoundation.org/ & https://stride3d.net) and Silicon Studio Corp. (https://www.siliconstudio.co.jp) // Distributed under the MIT license. See the LICENSE.md file in the project root for more information. using System; using System.Collections.Generic; usin...
//#define UNSAFE //#define BIGENDIAN /* Copyright (c) 2010 Michael Lidgren Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, cop...
namespace aerender_MamiSan { partial class prefDialog { /// <summary> /// 必要なデザイナー変数です。 /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// 使用中のリソースをすべてクリーンアップします。 /// </summary> /// <param name="disposing">マネージ リソースが破棄される場合 true、破棄されない場合は false です。</param> ...
using BenchmarkDotNet.Attributes; using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using RegexSpeedup; using RegexSpeedup.Whitespace; namespace Benchmark { [MemoryDiagnoser] public class WhitespaceBen...
using System; using System.Collections.Generic; using System.Linq; using BrightstarDB.Model; namespace BrightstarDB.Client { internal sealed class TripleCollection : ITripleCollection { private readonly Dictionary<string, Dictionary<string, HashSet<ITriple>>> _tripleIndex; public TripleCollec...
using System; using System.Collections.Generic; using System.Text; namespace _04.Orders { class Product { private string name; private double price; private int quanity; public Product() { } public Product(string name , double price , int quanity) ...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using System.Xml; namespace EstudoXML { public partial class frmAgenda : Form { public f...
 // BeforePrintPlayerRoomEventState.cs // Copyright (c) 2014+ by Michael Penner. All rights reserved. using System.Diagnostics; using System.Reflection; using Eamon.Game.Attributes; using Eamon.Game.Utilities; using EamonRT.Framework.States; using static EamonRT.Game.Plugin.PluginContext; namespace EamonRT.Game.St...
namespace TrafficManager.Manager.Impl { using ColossalFramework; using CSUtil.Commons; using System; using TrafficManager.API.Manager; using TrafficManager.API.Traffic.Data; using TrafficManager.State.ConfigData; using TrafficManager.Util; using TrafficManager.Util.Extensions; using ...
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using System.Web.Optimization; using System.Web.Routing; namespace LbjNingSiteSolution { public class MvcApplication : System.Web.HttpApplication { protected void Application_Start() { ...
// // $Id$ // // // Original author: Matt Chambers <matt.chambers .@. vanderbilt.edu> // // Copyright 2015 Vanderbilt University - Nashville, TN 37232 // // 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 t...
// Copyright 2013 Zynga Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agree...
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Reflection; using System.Text; using System.Text...
using Newtonsoft.Json; namespace Cortside.HealthMonitor.WebApi.IntegrationTests.Data.Ids { public class AuthenticationResponseModel { [JsonProperty("access_token")] public string AccessToken { get; set; } [JsonProperty("expires_in")] public string ExpiresIn { get; set; } [Js...
using HarmonyLib; using RimWorld; using Verse; using Verse.AI; namespace SyrHarpy { // Token: 0x02000018 RID: 24 [HarmonyPatch(typeof(JoyUtility), "JoyTickCheckEnd")] public static class JoyTickCheckEndPatch { // Token: 0x0600004B RID: 75 RVA: 0x00003B84 File Offset: 0x00001D84 [Harmon...
using System; using System.Collections.Generic; using System.Configuration; using System.Data; using System.Linq; using System.Threading.Tasks; using System.Windows; namespace InkTestWpf { /// <summary> /// App.xaml の相互作用ロジック /// </summary> public partial class App : Application { } }
using System; using System.Collections.Generic; using System.Text; namespace BinaryConverter.Tests.Models { //https://stackoverflow.com/questions/7244699/gethashcode-on-byte-array public static class ArrayEqualityComparer<T> { private static readonly EqualityComparer<T> _elementComparer = Equality...
// // 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 DjvuNet.JB2; namespace DjvuNet.DataChunks { public interface ISjbzChunk : IDjvuNode { JB2Image Image { get; } } }
#region 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 (the ...
using Lidgren.Network; using LunaClient.Systems.Admin; using LunaClient.Systems.Chat; using LunaClient.Systems.CraftLibrary; using LunaClient.Systems.Facility; using LunaClient.Systems.Flag; using LunaClient.Systems.Groups; using LunaClient.Systems.Handshake; using LunaClient.Systems.KerbalSys; using LunaClient.System...
// 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; namespace Microsoft.DotNet.UpgradeAssistant { public interface ITargetFrameworkCollection : IReadOnlyCollection<TargetFrameworkMoniker> { ...
using System; using System.Collections.Generic; namespace Common { [Serializable] public class CGetSellingInventory : Message { public CGetSellingInventory() : base(Command.C_GET_SELLING_INVENTORY) { } } }
// ----------------------------------------------------------------------------------------- // <copyright file="BlobTestBase.Common.cs" company="Microsoft"> // Copyright 2013 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in co...
namespace InControl.NativeProfile { using System; // @cond nodoc public class RockCandyControllerMacProfile : Xbox360DriverMacProfile { public RockCandyControllerMacProfile() { Name = "Rock Candy Controller"; Meta = "Rock Candy Controller on Mac"; Matchers = new[] { new NativeInputDeviceMatcher ...
namespace SIM.Tool.Base.Pipelines { using System; using System.Collections.Generic; using SIM.Instances; using SIM.Pipelines.InstallModules; using SIM.Pipelines.Processors; using SIM.Products; using SIM.Tool.Base.Profiles; using SIM.Tool.Base.Wizards; using JetBrains.Annotations; [UsedImplicitly] ...
 namespace SimpleTcp { public enum Protocol { Unknown, TCP, HTTP, HTTPS, WebSocket, MQTT, FTP, SFTP, DNS, SQL, SMTP, SMTPS, POP3, IMAP, SSH, Telnet, RDP, VNC, ...
using GameFramework; using System; using UnityGameFramework.Runtime; namespace ARKGame { public static class DataTableExtension { private const string DataRowClassPrefixName = "ARKGame.DR"; private static readonly string[] ColumnSplit = new string[] { "\t" }; public static void LoadDa...
using UnityEngine; public class MovePlayer2 : MonoBehaviour { private void Update() { Move(); } public void Move() { if (Input.GetKey(KeyCode.UpArrow)) { transform.Translate(0, 0.5f, 0, Space.World); } if (Input.GetKey(KeyCode.DownArrow)) ...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Data; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace WarehouseAccounting.RibbonSubMenu { public partial class RibbonGoodsReduction : UserContro...
using System; using System.Collections.Generic; using HelenSposa.Core.Entities; #nullable disable namespace HelenSposa.Core.Entities.Concrete { public class User : IEntity { public int Id { get; set; } public string FirstName { get; set; } public string LastName { get; set; } ...
using System; using System.Collections.Generic; using System.Threading.Tasks; using Disqord.Rest.Pagination; namespace Disqord.Rest { public static partial class RestEntityExtensions { public static async Task<IMessageChannel> FetchChannelAsync(this IMessage message, IRestRequestOptions options = null...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Drawing; using System.Drawing.Design; using System.Windows.Forms; using Free.Controls.TreeView.Tree.NodeControls; namespace Free.Controls.TreeView.Tree { public partial class TreeViewAdv { ...
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.ComponentModel; using System.ComponentModel.DataAnnotations; namespace mesoBoard.Framework.Models { public class ResendActivationCodeViewModel { [Required] [Display(Name = "Username or email")] ...
// Copyright (c) Microsoft. All rights reserved. namespace Microsoft.Azure.Devices.Edge.Test { using System; using System.Net; using System.Threading; using System.Threading.Tasks; using Microsoft.Azure.Devices.Edge.Test.Common; using Microsoft.Azure.Devices.Edge.Test.Common.Config; using Mi...
using CommandLine; namespace AzgaarMapParser { /// <summary> /// Collection of options exposed as arguments to the caller. /// </summary> internal class Options { /// <summary> /// Path to the .map file saved from Azgaar. /// </summary> [Option('m', "map", Required ...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. //----------------------------------------------------------------------- // </copyright> // <summary>Represents an evaluated item with a link to its source in the proj...
#region Apache License Version 2.0 /*---------------------------------------------------------------- Copyright 2019 Jeffrey Su & Suzhou Senparc Network Technology Co.,Ltd. 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 ...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace SDP_prototype.Staff { public partial class StaffPlayerAccount_inSide : Form { ...
using Microsoft.Extensions.Logging; using System; using System.Collections.Generic; using System.Dynamic; namespace ConnectionFactory { public partial class CfCommand { #region ExecuteScalar [System.Diagnostics.DebuggerStepThrough] public T ExecuteScalar<T>(CfCommandType cmdType, strin...
using System; using System.Linq; namespace AcademyPopcorn { public class MovingObject : GameObject { public MovingObject(MatrixCoords topLeft, char[,] body, MatrixCoords speed) : base(topLeft, body) { this.Speed = speed; } public MatrixCoords Speed { g...
using System; interface IContravariant<in A> { void X(A x); } class Sample<A> : IContravariant<A> { public void X(A x) { Console.WriteLine(x); } } class Program { static void Main() { IContravariant<Object> iobj = new Sample<Object>(); IContravariant<String> istr; ...
using System; using System.Collections.Generic; using System.Linq; namespace Tellurium.MvcPages.EndpointCoverage { public class EndpointCoverageReportBuilder { private readonly IEndpointCollector endpointCollector; private readonly IEndpointExplorer endpointExplorer; public EndpointCo...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // Bir bütünleştirilmiş koda ilişkin Genel Bilgiler aşağıdaki öznitelikler kümesiyle // denetlenir. Bütünleştirilmiş kod ile ilişkili bilgileri değiştirmek için // bu öznitelik değerlerini değiştirin. [assembly: Asse...
using System.Reflection; 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("NtObjectManager")] [assembly: AssemblyDes...
// Copyright (c) .NET Foundation. 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.Linq; using System.Threading; using System.Web.Http.Controllers; using System.Web.Http.Metadata; using S...