text
stringlengths
1
932k
using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; using System.Linq; namespace DynamicDbSet.Models { public interface IEntityRelationType { long Id { get; set; } long ToClassId { get; set; } string Name { ...
// 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.ComponentModel; using System.Diagnostics; using System.Security.Authentication; u...
using Clunker.ECS; using Clunker.Geometry; using Clunker.Voxels.Space; using DefaultEcs; using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Numerics; using System.Runtime.CompilerServices; using System.Text; using System.Threading.Tasks; ...
using System; using System.Collections.Generic; using System.Net.Http; using System.Security.Claims; using System.Security.Cryptography; using System.Threading.Tasks; using System.Web; using System.Web.Http; using System.Web.Http.ModelBinding; using Microsoft.AspNet.Identity; using Microsoft.AspNet.Identity.EntityFram...
/* Copyright (c) 1996-2019 The OPC Foundation. All rights reserved. The source code in this file is covered under a dual-license scenario: - RCL: for OPC Foundation members in good-standing - GPL V2: everybody else RCL license terms accompanied with this source code. See http://opcfoundation.org/License...
// *********************************************************************** // Copyright (c) Charlie Poole and TestCentric GUI contributors. // Licensed under the MIT License. See LICENSE file in root directory. // *********************************************************************** using System; using System.Collec...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.CodeGen; using Microsoft.CodeAnalysis.CSharp.Symbols.Metadata.PE; using Microsoft.CodeAnalysis.CSharp.Test.Utilities; using Micro...
namespace SharedProperty.NETStandard.Converters { public class SimpleConverter : IConverter { public static readonly SimpleConverter Default = new SimpleConverter(); public byte[] Convert(byte[] bytes) { unchecked { var result = new byte[bytes.Le...
@model AppMvcBasica.Models.Produto @{ ViewData["Title"] = "Edit"; } <h1>Edit</h1> <h4>Produto</h4> <hr /> <div class="row"> <div class="col-md-4"> <form asp-action="Edit"> <div asp-validation-summary="ModelOnly" class="text-danger"></div> <div class="form-group"> ...
// 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.Linq; using JetBrains.Annotations; using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.IO.Stores; using osu.Framework.Platform; us...
using System.Collections.ObjectModel; using XOutput.DependencyInjection; namespace XOutput.App.UI.View { public class GeneralPanelModel : ModelBase { private readonly ObservableCollection<string> languages = new ObservableCollection<string>(); public ObservableCollection<string> Languages => l...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.IO; using System.Linq; using System.Net; using System.Net.Sockets; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace file_client { public partial ...
using CodeRunner.Extensions.Commands; using CodeRunner.Extensions.Helpers; using CodeRunner.Managements; using CodeRunner.Operations; using CodeRunner.Packagings; using CodeRunner.Pipelines; using CodeRunner.Templates; using System.CommandLine; using System.CommandLine.Invocation; using System.Threading; using System....
using System; using System.Collections.Generic; using System.Threading.Tasks; using ThingAppraiser.Communication; using ThingAppraiser.Logging; using ThingAppraiser.Models.Internal; namespace ThingAppraiser.IO.Output.File { public sealed class LocalFileWriterAsync : IOutputterAsync, IOutputterBase, ITagable {...
using System; using System.Windows; using System.Reactive.Linq; using System.Collections.Generic; using ModularWPFTemplate.Services.Startup; namespace ModularWPFTemplate.Views { /// <summary> /// Interaction logic for StartupWindow.xaml /// </summary> public partial class StartupWindow : Window { ...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.InteropServices.WindowsRuntime; using Windows.Foundation; using Windows.Foundation.Collections; using Windows.UI.Xaml; using Windows.UI.Xaml.Controls; using Windows.UI.Xaml.Controls.Primitives; using Windows.UI.Xam...
// This file is used by Code Analysis to maintain SuppressMessage // attributes that are applied to this project. // Project-level suppressions either have no target or are given // a specific target and scoped to a namespace, type, member, etc. // // To add a suppression to this file, right-click the message in th...
//----------------------------------------------------------------------- // <copyright file="CloudStorageAccount.cs" company="Microsoft"> // Copyright 2011 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the Li...
using System.Collections.Generic; namespace WizBot.Core.Services.Database.Models { public class MusicPlaylist : DbEntity { public string Name { get; set; } public string Author { get; set; } public ulong AuthorId { get; set; } public List<PlaylistSong> Songs { get; set; } = new...
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Web; namespace GameShop.Models { public class Game { public int GameId { get; set; } public int HardwareRequirementsId { get; set; } public int CategoryId { get...
using System.Collections; using System.Collections.Generic; using UnityEngine; public class GameEnvironmentController : MonoBehaviour { public static GameEnvironmentController instance; [SerializeField] private GameObject _parentObjForInstantiatObjs; private void Awake() { if (instance == null) ...
// System.Web.Services.Description.SoapBinding.ctor // System.Web.Services.Description.SoapBinding.Transport // System.Web.Services.Description.SoapBinding.Style // System.Web.Services.Description.SoapBindingStyle.Document // System.Web.Services.Description.SoapOperationBinding.ctor // System.Web.Services.Description....
namespace Demo.ServiceConsumer.Gateway.Model { using System; using Netsoft.Core.Model; public class PolicyConfig : IPolicyConfig { public bool HasResilicence => false; public TimeSpan HandlerLifetime { get; set; } } }
// <auto-generated /> namespace E_Shop_Engine.Services.Migrations { using System.CodeDom.Compiler; using System.Data.Entity.Migrations; using System.Data.Entity.Migrations.Infrastructure; using System.Resources; [GeneratedCode("EntityFramework.Migrations", "6.2.0-61023")] public sealed part...
 /*=================================================================================== * * Copyright (c) Userware/OpenSilver.net * * This file is part of the OpenSilver Runtime (https://opensilver.net), which is * licensed under the MIT license: https://opensource.org/licenses/MIT * * As stated in t...
using System; using NetRuntimeSystem = System; using System.Runtime.InteropServices; using System.Runtime.CompilerServices; using System.ComponentModel; using System.Reflection; using System.Collections.Generic; using NetOffice; namespace NetOffice.OWC10Api { ///<summary> /// DispatchInterface PivotDetailCell /// ...
using HL7Data.Contracts.Segments.Application.File; using HL7Data.Models.Base; using HL7Data.Models.Types; namespace HL7Data.Models.Segments.Application.File { public class BatchTrailerSegment : BaseSegment, IBatchTrailerSegment { public override SegmentTypes SegmentType => SegmentTypes.BTS; } }
using System; namespace Voximplant.API { public class VoximplantException : Exception { public long? Code { get; } internal VoximplantException(string message, long? code = null) : base(message) { if (code.HasValue) { Code = code.Value; } ...
using Newtonsoft.Json; using Newtonsoft.Json.Converters; namespace PowerApps.Samples.Metadata { [JsonConverter(typeof(StringEnumConverter))] public enum CascadeType { NoCascade, Cascade, Active, UserOwned, RemoveLink, Restrict } }
//------------------------------------------------------------------------------ // <auto-generated> // Este código se generó a partir de una plantilla. // // Los cambios manuales en este archivo pueden causar un comportamiento inesperado de la aplicación. // Los cambios manuales en este archivo se sobrescr...
using Microsoft.EntityFrameworkCore; namespace Demo.Service; public class WeatherContext : DbContext { public WeatherContext(DbContextOptions<WeatherContext> context) : base(context) { } public DbSet<WeatherServiceRequest> WeatherServiceRequests { get; set; } = null!; } public class WeatherServiceRequest {...
//*******************************************************************************************// // // // Download Free Evaluation Version From: https://bytescout.com/download/web-installer // // ...
using System; using System.Threading.Tasks; using Microsoft.AspNetCore.Builder; using Microsoft.Extensions.Configuration; using Boc.Commands; using Boc.Domain; using LaYumba.Functional; using Unit = System.ValueTuple; using Examples; using Examples.FunctionalApi; using static Examples.FunctionalApi.ActionResultFac...
// 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.Net; using System.Threading.Tasks; using Microsoft.AspNetCore.Server.IIS.FunctionalTests.Utilities; using Microsoft.AspNetCore.Server.Integ...
// Copyright 2009-2019 Josh Close and Contributors // This file is a part of CsvHelper and is dual licensed under MS-PL and Apache 2.0. // See LICENSE.txt for details or visit http://www.opensource.org/licenses/ms-pl.html for MS-PL and http://opensource.org/licenses/Apache-2.0 for Apache 2.0. // https://github.com/Jos...
//////////////////////////////////////////////////////////////////////////////// //EF Core Provider for LCPI OLE DB. // IBProvider and Contributors. 03.05.2021. using System; using System.Reflection; namespace Lcpi.EntityFrameworkCore.DataProvider.LcpiOleDb.Basement.EF.Root.Query....
using System.Collections.Generic; using ErsatzTV.Core.Domain; namespace ErsatzTV.ViewModels { public class LocalLibraryEditViewModel { public int Id { get; set; } public string Name { get; set; } public LibraryMediaKind MediaKind { get; set; } public string NewPath { get; set; ...
// This file is generated by FluentCodegen // It does not make sense to change something here // No stress :) using System; namespace Xamarin.Forms.Fluent { public static partial class TimePickerExtensions { public static TBindable WithTimePickerChildrenReorderedEvent<TBindable>(this TBindable self, ...
namespace ComfyBot.Application.Tests.TextCommands { using System.Linq; using ComfyBot.Application.Shared; using ComfyBot.Application.TextCommands; using ComfyBot.Data.Models; using NUnit.Framework; [TestFixture] public class TextCommandMapperTests { private TextCommand entity...
// <auto-generated /> using System; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Metadata; using Microsoft.EntityFrameworkCore.Migrations; using Microsoft.EntityFrameworkCore.Storage.ValueConversion; using PMTool16Bit.EntityFrameworkCore; ...
// Copyright (c) .NET Foundation and Contributors (https://dotnetfoundation.org) // Copyright (c) 2018-2021 Stride and its contributors (https://stride3d.net) // Copyright (c) 2011-2018 Silicon Studio Corp. (https://www.siliconstudio.co.jp) // See the LICENSE.md file in the project root for full license information. u...
using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; namespace LibAoE2net.Tests { [TestClass()] public class MatchExtTests { [TestMethod()] public void GetOpenedTimeTest() { // Arrange var expVal = new DateTime...
//------------------------------------------------------------ // Game Framework // Copyright © 2013-2020 Jiang Yin. All rights reserved. // Homepage: https://gameframework.cn/ // Feedback: mailto:ellan@gameframework.cn //------------------------------------------------------------ namespace StarForce { public ab...
using Dionach.ShareAudit.Model; using System.Threading.Tasks; namespace Dionach.ShareAudit.Modules.Services { public interface IImportScopeFromActiveDirectoryService { Task<string> Import(string domain, string username, string password, ImportComputerType importComputerType); Task<string> Imp...
namespace GameLib { enum FieldState : byte { O, X, Empty } }
/* © Siemens AG, 2017-2018 Author: Dr. Martin Bischoff (martin.bischoff@siemens.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.apache.org/licenses/LICENSE-2.0>. Unless required by...
//////////////////////////////////////////////////////////////////////////////// //EF Core Provider for LCPI OLE DB. // IBProvider and Contributors. 19.05.2021. using System; using System.Diagnostics; using System.Reflection; namespace Lcpi.EntityFrameworkCore.DataProvider.LcpiOle...
@{ ViewBag.Title = "WebRTC测试"; } <script> var RtcConnect = function (_userId, _webSocketHelper) { var config = { iceServers: [{ url: 'stun:112.124.26.122' }] }; var peerConnection = null; var userId = _userId; var webSocketHelper = _webSocketHelper; var init = function...
using System.IO; namespace SalesWorkforce.MobileApp.WebServices.Abstractions { public interface IJsonHelper { T DeserializeObjectFromStream<T>(Stream stream); void SerializeObjectToStream<T>(T value, Stream stream); } }
using System; using System.Xml.Serialization; using System.ComponentModel.DataAnnotations; using BroadWorksConnector.Ocip.Validation; using System.Collections.Generic; namespace BroadWorksConnector.Ocip.Models { /// <summary> /// Modify the user level data associated with Voice Portal Calling. /// The resp...
// -------------------------------------------------------------------------------------------- // Version: MPL 1.1/GPL 2.0/LGPL 2.1 // // The contents of this file are subject to the Mozilla Public License Version // 1.1 (the "License"); you may not use this file except in compliance with // the License. You may obta...
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; using System; using System.Collections.Generic; using System...
namespace ReadMIDI.Events { /// <summary> /// Represents a <see cref="MidiEventType.InstrumentChange"/> event. /// </summary> public class InstrumentChangeEvent : MidiEvent { #region Properties private byte patch; /// <summary> /// Gets the new patch (instrument). ...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore; using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; namespace UserService { public class Program { ...
namespace EnvironmentAssessment.Common.VimApi { public class SwapPlacementOverrideNotSupported : InvalidVmConfig { } }
namespace DecTest { using NUnit.Framework; using System; using System.Collections.Generic; [TestFixture] public class Primitives : Base { public class IntDec : Dec.Dec { public int value = 4; } public class BoolDec : Dec.Dec { pub...
// Copyright (c) Josef Pihrt and Contributors. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; #pragma warning disable RCS1100, RCS1101 namespace Roslynator.CSharp.Analyzers.Tests { public static class A...
/* Copyright 2010-present MongoDB 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 agreed to in wr...
namespace Microsoft.Azure.PowerShell.Cmdlets.VMWare.Models.Api20200320 { using static Microsoft.Azure.PowerShell.Cmdlets.VMWare.Runtime.Extensions; /// <summary>Remaining hosts quota by sku type</summary> public partial class QuotaHostsRemaining { /// <summary> /// <c>AfterFromJson</c>...
using FeedbackMessages.Extensions; using FeedbackMessages.Test; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace FeedbackMessages.AspNetCore.Test { [TestClass] public class FeedbackMessageActionFilterUnitTest : FeedbackMessagesUnitTestBase { [TestMethod] public void TestFilter...
namespace _00.Practice { using System; public class Program { public static void Main() { } } }
 namespace Serenity.Data { /// <summary> /// Marks a row as having a Name field (e.g. description for row). /// You may also use [NameProperty] instead (if your name field is not string) /// </summary> public interface INameRow { /// <summary> /// Gets name field for this row....
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License namespace UnityEngine.TextCore { struct Extents { public Vector2 min; public Vector2 max; public Extents(Vector2 min, Vector2 max) ...
//--------------------------------------------------------------------- // <copyright file="LinqMaxExpression.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information. // </copyright> //---------------------------------------...
using Godot; using System; using AnimalHurtedLib; public class SandboxNode : Node { public DeckNode2D DeckNode2D { get { return GetNode<DeckNode2D>("DeckNode2D"); } } public PanelContainer CardContainer { get { return GetNode<PanelContainer>("CardContainer"); } } public ScrollContainer CardScrollContainer ...
using System; namespace Microsoft.AspNetCore.Modules { public class Clock : IClock { public DateTime UtcNow { get { return DateTime.UtcNow; } } } }
// *** 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 System.Runtime.CompilerServices; [assembly: InternalsVisibleTo("Sakuno.UserInterface.Tests")]
using System; using System.Net.Http; using System.Web.Http.Controllers; using System.Web.Http.Filters; namespace AppInsightsMVCFilters { [AttributeUsage(AttributeTargets.Class | AttributeTargets.Method, AllowMultiple = true, Inherited = true)] public class TrackRequests : ActionFilterAttribute { r...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Threading; using Dropcraft.Common.Package; using Dropcraft.Common.Runtime; namespace Dropcraft.Runtime { /// <summary> /// Class DefaultRuntimeContext /// </summary> /// <seealso cref="Dropcraft.Common.Ru...
// <auto-generated /> using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Metadata; using Microsoft.EntityFrameworkCore.Migrations; using Nusushi.Data.Data; using System; namespace Nusushi.Data.Migrations { [DbContext(typeof(NusushiDbContext...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT license. using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.Diagnostics.CodeAnalysis; using System.Dynamic; using System.Globalization; using System.IO; using...
using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.IO; using System.Linq; using Microsoft.VisualStudio.Text; using Microsoft.VisualStudio.Utilities; namespace Balakin.VSOutputEnhancer.Tests.Stubs { [ExcludeFromCodeCoverage] public class TextSnapshotStub : IText...
// This file is auto-generated, don't edit it. Thanks. using System; using System.Collections.Generic; using System.IO; using Tea; namespace AntChain.SDK.BLOCKCHAIN.Models { public class StartDidZkpverifiableclaimVisibilityRequest : TeaModel { // OAuth模式下的授权token [NameInMap("auth_token")] ...
using System; using System.Collections.Generic; using UnityEditor; using UnityEngine; using ToonyColorsPro.Utilities; // Represents a user-created custom material property, that will be generated and injected in the code. // It will be added as a Material Property in the shader, and can be used by any Shader Property...
namespace Prometheus { public sealed class GrpcMiddlewareExporterOptions { public GrpcRequestCountOptions RequestCount { get; set; } = new GrpcRequestCountOptions(); } }
// // Rfc2047.cs // // Author: Jeffrey Stedfast <jestedfa@microsoft.com> // // Copyright (c) 2013-2021 .NET Foundation and Contributors // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software ...
using System; using System.ComponentModel; using System.Net; using System.Net.Sockets; using System.Text; using System.Threading; using System.Windows.Forms; namespace APS.ClientCommand { public class CMDClient { private Socket clientSocket; private NetworkStream networkStream; private...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace iCMS.UnitTests { public class Class1 { } }
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; namespace Onbox.Revit.VDev.Commands.Guards { internal class ConditionBuilder : IConditionBuilder, IConditionBuilderProvider { private readonly List<Type> addedCommands; private readonly List<Type> remov...
using System; using System.Diagnostics; using System.Drawing; using System.Globalization; using System.IO; using System.Linq; using System.Runtime.InteropServices; using NuGetPackageExplorer.Types; using NuGetPe; namespace PackageExplorerViewModel { internal static class FileHelper { private static re...
using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Text; namespace Ygdra.Core.Entities.Entities { public class YEntityFactory { public static YEntity GetTypedEntity(YEntity entity) { YEntity ev = entity.EntityType switch { ...
using Natasha; using Natasha.Operator; using System; using System.Collections.Generic; using System.Runtime.CompilerServices; using System.Threading; namespace Core30 { class Program { public static Action action; static void Main(string[] args) { // NAssembly nAssembly = ne...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using MUXControlsTestApp.Utilities; using System; using System.Linq; using Windows.UI.Xaml; using Windows.UI.Xaml.Controls; using Windows.UI.Xaml.Markup; using Commo...
//----------------------------------------------------------------------- // <copyright file="AssemblyInfo.cs" company="Crimson Space Media"> // Copyright Crimson Space Media // </copyright> //----------------------------------------------------------------------- using System.Reflection; using System.Runtime.Inte...
using System; using System.IO; using System.Reflection; using System.Windows; namespace VsProjEdit.Models { class NewProjectModel { public enum EPropsType { lib, dll, headers_only, dll_dependent, test } [Flags] ...
@using TwitterSentiment.Areas.HelpPage.ModelDescriptions @model KeyValuePairModelDescription Pair of @Html.DisplayFor(m => Model.KeyModelDescription.ModelType, "ModelDescriptionLink", new { modelDescription = Model.KeyModelDescription }) [key] and @Html.DisplayFor(m => Model.ValueModelDescription.ModelType, "ModelDescr...
using System; namespace TodoApi.Models { public class TodoItem { public TodoItem() { } } }
namespace Atanet.DataAccess.Context { using Atanet.Model.Data; using Microsoft.EntityFrameworkCore; public class AtanetDbContext : DbContext { public AtanetDbContext(DbContextOptions<AtanetDbContext> options) : base(options) { } public DbSet<Post> Posts { g...
using System.Collections; using System.Collections.Generic; using UnityEngine; namespace ICKX.AudioRecorder { public class AudioRecordingGUI : MonoBehaviour { [SerializeField] private string _FilePath = "test.wav"; [SerializeField] private AudioComponentRecorder _AudioComponentRecorder; [SerializeField] ...
using System; using System.Collections; using System.Collections.Generic; using System.Globalization; using System.IO; using System.IO.IsolatedStorage; using System.Linq; using System.Reflection; using System.Runtime.InteropServices; using System.Text; using System.Threading; using accel; using dbg; using er; using er....
using System.Collections.Generic; using Entitas; using Entitas.Unity; using UnityEngine; public class InitializeBattleSystem : IInitializeSystem { private GameContext context; public InitializeBattleSystem(GameContext context) { this.context = context; } public void Initialize() { ...
/* * _____ ______ * /_ / ____ ____ ____ _________ / __/ /_ * / / / __ \/ __ \/ __ \/ ___/ __ \/ /_/ __/ * / /__/ /_/ / / / / /_/ /\_ \/ /_/ / __/ /_ * /____/\____/_/ /_/\__ /____/\____/_/ \__/ * /____/ * * Authors: * 钟峰(Popeye Zhong) <zongs...
using Opibus.Domain.Entities; using System; using System.Collections.Generic; using System.Text; namespace Opibus.Domain.Service { public class AberturaContaService { public AberturaContaService(string nome, string documento, double valor) { Nome = nome; Documento = doc...
using DelaunatorSharp.Interfaces; using System; using System.Collections.Generic; using System.Text; using System.Windows; namespace DelaunatorSharp.Models { public struct Edge : IEdge { public IPoint P { get; set; } public IPoint Q { get; set; } public int Index { get; set; } ...
using System; namespace SFML { namespace Window { //////////////////////////////////////////////////////////// /// <summary> /// Keyboard event parameters /// </summary> //////////////////////////////////////////////////////////// public class KeyEventArgs : Even...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // <auto-generated/> #nullable disable using System; namespace Azure.Iot.Hub.Service.Models { /// <summary> The JobRequest. </summary> public partial class JobRequest { /// <summary> Initializes a new...
using System; using System.Collections.Generic; using System.Web; using EPiServer.Framework.Localization; using EPiServer.ServiceLocation; using EPiServer.Shell.ObjectEditing.EditorDescriptors; using EPiServer.Shell.UI.Rest; namespace PropertyValueList.ConcreteProperties { [EditorDescriptorRegistration(TargetType...
using System; using System.Collections.Generic; using System.Linq; using System.Windows.Forms; namespace Gibbed.Spore.ModManager { static class Program { /// <summary> /// The main entry point for the application. /// </summary> [STAThread] static void Main() { Application.EnableVisualStyles(); Ap...
using System; using System.Collections.Generic; using System.Text; using Xunit; namespace _04_searching_and_sorting { public class _04_square_root_of_an_integer { [Fact] public void reverse_arrayTest() { } /* link: https://practice.geeksforgeeks.org/prob...