text
stringlengths
1
932k
using BarRaider.SdTools; using Newtonsoft.Json; using System.Runtime.InteropServices; namespace PhilipGerke.StreamDeck.Awake { /// <summary> /// The Awake service. /// </summary> /// <remarks> /// This class allows talking to Win32 APIs without having to rely on PInvoke in other parts of t...
using System; using System.Linq; using System.Collections.Generic; using System.Drawing; using System.Text; using GammaJul.ReSharper.EnhancedTooltip.DocumentMarkup; using GammaJul.ReSharper.EnhancedTooltip.Psi; using GammaJul.ReSharper.EnhancedTooltip.Settings; using JetBrains.Annotations; using JetBrains.Metadata.Read...
/* * Copyright 2010-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 located at * * http://aws.amazon.com/apache2.0 * * or in the "...
using AdaptiveCards.Rendering.Uwp; using AdaptiveCardTestApp.ResourceResolvers; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using System.Runtime.InteropServices.WindowsRuntime; using System.Threading.Tasks; using UWPTestLibrary; using Windows.ApplicationModel...
// 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 osu.Framework.Graphics.Containers; using osu.Framework.Input.Events; using osuTK.Input; namespace osu.Game.Graphics.Containers { public class OsuScrollContain...
#if FEATURE_BREAKITERATOR using ICU4N.Text; using J2N; using Lucene.Net.Analysis.TokenAttributes; using Lucene.Net.Analysis.Util; using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Text.RegularExpressions; namespace Lucene.Net.Analysis.Th { /* * Licensed...
using System; using CMS.UIControls; public partial class CMSModules_ImportExport_Controls_Import_Site_community_group : ImportExportControl { /// <summary> /// Initialize child controls /// </summary> /// <param name="sender">Ignored</param> /// <param name="e">Ignored</param> protected void...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
 namespace ContactList.Models { public class Contact { /// <summary> /// The ID of the contact. /// </summary> public int Id { get; set; } /// <summary> /// The Contact's full name. /// </summary> public string Name { get; set; } /// <su...
// This file is part of Silk.NET. // // You may modify and distribute Silk.NET under the terms // of the MIT license. See the LICENSE file for details. using System; using System.Runtime.InteropServices; using System.Runtime.CompilerServices; using System.Text; using Silk.NET.Core; using Silk.NET.Core.Native; using ...
// Copyright (c) Philipp Wagner. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using NUnit.Framework; using System; using System.Linq; using System.Text; using TinyCsvParser.Mapping; using TinyCsvParser.Tokenizer; namespace TinyCsvParser.Te...
using GabyCakes.API.Models; using System.Collections.Generic; namespace GabyCakes.API.Services { public interface IProductService { IEnumerable<Product> GetProducts(); IEnumerable<string> GetTaxonomies(); Product GetProduct(int id); IEnumerable<Product> GetCupcakes(); I...
using System; using System.Data.Entity; using System.Linq; using CleanArchitecture.Domain.Customers; using CleanArchitecture.Domain.Employees; using CleanArchitecture.Domain.Products; using CleanArchitecture.Domain.Sales; namespace CleanArchitecture.Persistance.Shared { public class DatabaseInitializer :...
/* * Copyright (c) 2018 THL A29 Limited, a Tencent company. 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 * ...
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.Networking; namespace Zeltex { /// <summary> /// Names of all Zeltex Managers /// </summary> public static class ManagerNames { public static string ManagersManager = "GameManager"; pu...
using System; using System.Diagnostics; using System.Threading.Tasks; using Discord; using Discord.Commands; using Discord.Rest; using Discord.WebSocket; using DiscordNetPlus.Extentions; namespace DiscordNetPlus.Commands { public class CommandBase : ModuleBase<MonaSocketCommandContext> { #region Field...
using System; using UnityEngine; using UnityEngine.UI; namespace HoverDemos.KeyboardPixels { /*================================================================================================*/ public class DemoTextPixels { private readonly Text vText; ///////////////////////////////////////////////////////...
using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Text; using DtpCore.Builders; using UnitTest.DtpCore.Extensions; namespace UnitTest.DtpCore.Attributes { [TestClass] public class ByteBase58CheckConverterTest: StartupMock { //[TestMethod] //public void Serializ...
using System; using Glimpse.Agent.AspNet.Messages; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Http.Internal; using Microsoft.Extensions.DependencyInjection; using Microsoft.AspNetCore.Http.Features; namespace Glimpse.Agent.Inspectors { // TODO: Is this what we want to name this type? public ab...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace LinkedLists { /// <summary> /// Tests the linked lists /// </summary> class Program { /// <summary> /// Tests the linked lists /// </summary> ...
using System; namespace Microservice.Library.SampleAuthentication.Extension { /// <summary> /// 简易身份验证服务中间件异常 /// </summary> public class SampleAuthenticationException : ApplicationException { /// <summary> /// /// </summary> /// <param name="message"></param> ...
using Cosmos.Business.Extensions.Holiday.Core; using Cosmos.I18N.Countries; namespace Cosmos.Business.Extensions.Holiday.Definitions.Europe.Serbia.Commemoration { /// <summary> /// Armistice Day /// </summary> public class ArmisticeDay: BaseFixedHolidayFunc { /// <inheritdoc /> publ...
using System; using System.CodeDom.Compiler; using System.ComponentModel; using System.Diagnostics; using System.Runtime.CompilerServices; using System.Xml.Serialization; namespace Workday.Payroll.Interface { [GeneratedCode("System.Xml", "4.6.1590.0"), DesignerCategory("code"), DebuggerStepThrough, XmlType(Namespace ...
using Core.Utilities.Results; using Entities.Concrete; using System; using System.Collections.Generic; using System.Text; namespace Business.Abstract { public interface ICommentService { IResult Add(Comment comment); IResult Delete(Comment comment); IResult Update(Comment comment); ...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.Extensions.Logging; using NBitcoin; using Stratis.Bitcoin.Features.MemoryPool; using Stratis.Bitcoin.Features.Wallet.Interfaces; using Stratis.Bitcoin.Utilities; using Stratis.Features.FederatedPeg.Interfac...
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //---...
//@ivan A0086401M using System; using System.Collections.Generic; namespace ToDo { class OperationMarkAsDone : Operation { // ****************************************************************** // Parameters // ****************************************************************** ...
using SeoSampleApp.Entities; using System.Threading.Tasks; namespace SeoSampleApp.Services { public interface ISearchService { Task<SearchResult> ProcessSearch(SearchRequest searchRequest); } }
/* * Copyright 2010-2014 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "l...
using System.Linq; using System.Threading.Tasks; using System.Web; using System.Web.Mvc; using Microsoft.AspNet.Identity; using Microsoft.AspNet.Identity.Owin; using Microsoft.Owin.Security; using OVO.Web.ViewModels.Manage; namespace OVO.Web.Controllers { [Authorize] public class ManageController : Controller...
using MediatR; namespace SFA.DAS.LoginService.Application.BuildLoginViewModel { public class BuildLoginViewModelRequest : IRequest<LoginViewModel> { public string returnUrl { get; set; } } }
using System.Collections.Generic; using System.ComponentModel.DataAnnotations; namespace Example.Models { public class Color { [Key] public byte Id { get; set; } [Required] [StringLength(50)] public string Name { get; set; } [Required] [StringLength(25...
#region License /* * Copyright 2002-2012 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unl...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using Sample.Host.Models; using Sample.Host.Services; using Sample.Package1.Services; using Sample.Package2.Services; namespace Sample.Host.Controllers { publi...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks; using System.Text.Json; using System.Drawing; using System.Drawing.Imaging; using System.Diagnostics; using Newtonsoft.Json; using ModelDB; using ...
using System; using System.Net; namespace NetMsixUpdater.Updater.Extensions.MsixUpdater { public static partial class UpdateExtension { #region Delegates /// <summary> /// Represents the method that will handle the OnDownloadStart event. /// </summary> public delegate v...
#region Using directives using System; using System.Linq.Expressions; using System.Threading.Tasks; using Blazorise.Utilities; using Microsoft.AspNetCore.Components; #endregion namespace Blazorise { /// <summary> /// Checkboxes allow the user to select one or more items from a set. /// </summary> /// ...
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("Pe...
using System; namespace NScan.Lib.Union5 { public abstract class Union<T1, T2, T3, T4, T5> { private readonly object? _value = null; protected Union(T1 o) { AssertNotNull(o!); _value = o; } protected Union(T2 o) { AssertNotNull(o!); _value = o; } protected ...
namespace CommunityToolkit.Maui.Sample.Pages.Converters; public partial class ItemTappedEventArgsPage : BasePage { public ItemTappedEventArgsPage() { InitializeComponent(); } }
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Linq; using NUnit.Framework; using osu.Framework.Allocation; using osu.Framework.Screens; using osu.Framework.Testing; using osu.Game.Configura...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Vibrant.InfluxDB.Client { /// <summary> /// Class representing the result of a ping to InfluxDB. /// </summary> public class InfluxPingResult { internal InfluxPingResult()...
// <snippetretrieveusersharedattributepermissions1> // Connect to the Organization service. // The using statement assures that the service proxy will be properly disposed. using (_serviceProxy = new OrganizationServiceProxy(serverConfig.OrganizationUri, serverConfig.HomeRealmUri,serverConfig.Credentials, serverC...
/* ======================================================================= Copyright 2017 Technische Universitaet Darmstadt, Fachgebiet fuer Stroemungsdynamik (chair of fluid dynamics) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You ...
/** * Autogenerated by Thrift Compiler (0.9.1) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated */ using System; using System.Collections; using System.Collections.Generic; using System.Text; using System.IO; using Thrift; using Thrift.Collections; using System.Runtime.Serializati...
@model SharePointPermissionFiltersWeb.Models.Customer @{ ViewBag.Title = "Details"; } <h2>Details</h2> <div> <h4>Customer</h4> <hr /> <dl class="dl-horizontal"> <dt> @Html.DisplayNameFor(model => model.FirstName) </dt> <dd> @Html.DisplayFor(model => m...
using System.Runtime.InteropServices; namespace System.Doors { public static class Pointers { #region Methods: Arithmetics public static IntPtr Decrement(this IntPtr pointer, Int32 value) { return Increment(pointer, -value); } public static IntPtr Decremen...
// Decompiled with JetBrains decompiler // Type: AmplifyMotion.VersionInfo // Assembly: Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null // MVID: 5F8D6662-C74B-4D30-A4EA-D74F7A9A95B9 // Assembly location: C:\YandereSimulator\YandereSimulator_Data\Managed\Assembly-CSharp.dll using System; using U...
// // 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.Concurrent; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Re...
// <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...
using UnityEngine; public class Hoge331 : MonoBehaviour{ void Start(){ Debug.Log(Hoge331.GetIndex()); } void Update(){ } public static int GetIndex(){ return 331; } public int GetIndex0(){ return 0; } public int GetIndex1(){ return 1; } public int GetIndex2(){ return 2; } public int GetIndex3(){ return 3; } ...
using System; using System.Collections.Generic; using System.Text; using ProtoSocket; namespace Example.Chat { public class ChatConnection : ProtocolConnection<ChatConnection, ChatFrame> { public string Name { get; private set; } = "Unnamed"; protected override bool OnReceived(PeerReceivedEve...
// System.EnterpriseServices.ThreadPoolOption.cs // // Author: Mike Kestner (mkestner@ximian.com) // // Copyright (C) 2004 Novell, Inc. // // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Softw...
/* * Copyright (c) 2018 THL A29 Limited, a Tencent company. 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 * ...
using System.Collections.Generic; using System.Threading.Tasks; namespace Gentrack.Tools.DataReplicationLoadTool.Providers { public interface IRemoteEndpointService { Task<List<FileObject>> GetFileList(); Task<string> SyncObjectToLocalCache(string fileKey); Task DeleteObject(string f...
// This file is part of the re-linq project (relinq.codeplex.com) // Copyright (C) 2005-2009 rubicon informationstechnologie gmbh, www.rubicon.eu // // re-linq is free software; you can redistribute it and/or modify it under // the terms of the GNU Lesser General Public License as published by the // Free Software F...
namespace A.FreshDesk.ApiClient.Models.Enums { public enum ForumType { Questions = 1, Ideas = 2, Problems = 3, Announcement = 4 } }
using Boa.Constrictor.Logging; using Boa.Constrictor.Screenplay; using Boa.Constrictor.WebDriver; using FluentAssertions; using NUnit.Framework; using OpenQA.Selenium.Chrome; namespace Boa.Constrictor.Example { public class DuckDuckGoTest { private IActor Actor; [SetUp] public void In...
using System; using System.IO; using Xunit; namespace Microsoft.Maui.Resizetizer.Tests { public class SkiaSharpAppIconToolsTests { public class Resize : IDisposable { readonly string DestinationFilename; readonly TestLogger Logger; public Resize() { DestinationFilename = Path.GetTempFileName(); ...
// Copyright (c) 2008-2021, Hazelcast, Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by...
@{ ViewBag.Title = "Forgot Password Confirmation"; } <div class="main"> <div class="container"> <hgroup class="title"> <h1>@ViewBag.Title.</h1> </hgroup> <div asp-validation-summary="All" class="text-danger"></div> @if (ViewData.ModelState.ErrorCount == 0) { ...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.RazorPages; using Serilog; namespace TheWebShop.WebApp.Pages { [ResponseCache(Duration = 0, Location = ResponseCacheLocation.None...
// Copyright (c) MOSA Project. Licensed under the New BSD License. using Mosa.Compiler.Common.Exceptions; namespace Mosa.Compiler.Framework.Intrinsics { /// <summary> /// IntrinsicMethods /// </summary> internal static partial class IntrinsicMethods { [IntrinsicMethod("Mosa.Runtime.Intrinsic::Load32")] priv...
// <auto-generated> // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/identitytoolkit/v2/authentication_service.proto // </auto-generated> // Original file comments: // Copyright 2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may no...
using System; using System.Collections.Generic; using System.Data; using System.Data.SqlClient; using System.Linq; using StockTradingAnalysis.Core.Types; using StockTradingAnalysis.Domain.CQRS.Cmd.Commands; using StockTradingAnalysis.Interfaces.Domain; using StockTradingAnalysis.Web.Migration.Common; using StockTradin...
using System.Diagnostics; using System.Diagnostics.CodeAnalysis; namespace System { public static class RandomExtension { /// <summary> /// 生成真正的随机数 /// </summary> /// <param name="r"></param> /// <param name="seed"></param> /// <returns></returns> publi...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using Microsoft.Scripting.Hosting; using SuperSocket.Common; using SuperSocket.SocketBase; using SuperSocket.SocketBase.Command; using SuperSocket.SocketBase.Config; using SuperSocket.SocketBase.Logging; using...
@using SoftUniJobPlatform.Web.Areas.Identity.Pages.Account.Manage
#region License // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC // Copyright (c) 2020 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and asso...
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("Asc...
// Copyright 2016 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build go1.10 // package bidirule -- go2cs converted at 2020 October 09 06:07:56 UTC // import "vendor/golang.org/x/text/secure/bidirule" ==> using bidirule...
using System.IO; using CP77.CR2W.Reflection; using FastMember; using static CP77.CR2W.Types.Enums; namespace CP77.CR2W.Types { [REDMeta] public class ReloadEvents : WeaponEventsTransition { [Ordinal(0)] [RED("randomSync")] public CHandle<AnimFeature_SelectRandomAnimSync> RandomSync { get; set; } [Ordinal(1)] ...
 using System; using System.Collections.Generic; namespace CoWorker.Primitives { public class EqualityComparer<T> : IEqualityComparer<T> { public static IEqualityComparer<T> Create(Func<T, int> gethash) => new EqualityComparer<T>((x, y) => x.GetHashCode().Equals(y.GetHashCode()), gethash)...
using System; using System.IO; using NPOI.HSSF.UserModel; using NPOI.SS.UserModel; namespace ITVComponents.DataExchange.ExcelSource.DictionaryImpl { public class LegacyExcelImportSource:GenericExcelImportSource { public LegacyExcelImportSource(string fileName) : this(fileName, false) { ...
//#define COSMOSDEBUG using System; using System.Globalization; using Cosmos.Common; using IL2CPU.API; using IL2CPU.API.Attribs; using Debugger = Cosmos.Debug.Kernel.Debugger; namespace Cosmos.Core_Plugs.System { [Plug(Target = typeof(string))] public static class StringImpl { internal static Debug...
// *** 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 System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using DDev.Tools; using FluentAssertions; using Xunit; namespace DDev.Tools.Test { public class GenericDictionaryTest { [Theory] [InlineData(1, "davoagedy")] [InlineData...
using Newtonsoft.Json; using System.Linq; namespace SimpleWAWS.Models { public class LinuxTemplate : BaseTemplate { public string CsmTemplateFilePath { get; set; } public static LinuxTemplate GetLinuxTemplate(string templateName) { return (LinuxTemplate)TemplatesManager.Get...
// Copyright 2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using FishGfx.Graphics.Drawables; using FishGfx.Graphics; using System.Numerics; using FishGfx; namespace Test { public struct Particle { public float StartOfLife; public float EndOfLife; public ...
using System; using System.Xml.Serialization; using System.Collections.Generic; namespace EZOper.NetSiteUtilities.AopApi { /// <summary> /// RefundDetail Data Structure. /// </summary> [Serializable] public class RefundDetail : AopObject { /// <summary> /// 交易退款金额 /// </...
namespace OpenIdRelyingPartyWebForms { using System; using System.Web.UI.WebControls; using DotNetOpenAuth.OpenId.Extensions.SimpleRegistration; using DotNetOpenAuth.OpenId.RelyingParty; public partial class ajaxlogin : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { if (!IsPostB...
using System; using System.Collections.Generic; using Apaf.NFSdb.Core.Storage.Serializer.Records; namespace Apaf.NFSdb.Core.Storage { public interface IPartitionCompressorCore { void UpdatePartition(Func<IRecordSet, IEnumerable<long>> recordsToKeep); } }
using System; using System.Collections.Generic; using System.Linq; using Volo.Abp.Domain.Entities; namespace EShopOnAbp.OrderingService.Orders; public class Order : AggregateRoot<Guid> { private int _orderStatusId; private int _paymentTypeId; public DateTime OrderDate { get; private set; } public int...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Linq.Dynamic.Core; using System.Linq.Expressions; using System.Threading.Tasks; using Microsoft.AspNetCore.Components; using Microsoft.AspNetCore.Components.Forms; using Radzen.Blazor; using Radzen.Blazor.Renderin...
using CACI.BAL; using CACI.DAL.Models; using Microsoft.AspNetCore.Mvc; using System.Collections.Generic; namespace CACI.Web.Controllers { [Route("[controller]")] [ApiController] public class RoleController : ControllerBase { private readonly IRoleService _roleService; public RoleControll...
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; namespace ControleSocial.Domain.Models.DWControleSocial { [System.ComponentModel.DataAnnotations.Schema.Table(nameof(DIM_Periodo))] public partial class DIM_Periodo : IEntity { public DIM_Periodo() ...
using Sce.Atf; namespace RenderingInterop { public static class Resources { [ImageResource("MoveAcrossTerrain64.png", "MoveAcrossTerrain32.png", "MoveAcrossTerrain16.png")] public static readonly string MoveAcrossTerrain; private const string ResourcePath = "RenderingInterop.Resources...
// 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 using System.Diagnostics; using Internal.Runtime.CompilerServices; namespace System.Runtime.Intero...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // This file was generated by a tool. // See src/System.Text.Encodings.Web/tools/GenUnicodeRanges #nullable restore namespace System.Text.Unicode { public static partial class ...
// 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.Globalization; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Components.HotReload; using Microsoft.AspNetCore.Hosting; usi...
using System.Globalization; using BenchmarkDotNet.Attributes; using MathNet.Numerics.LinearAlgebra; using MathNet.Spatial.Euclidean; using MathNet.Spatial.Units; namespace Spatial.Benchmarks { public class Vector2DBenchmarks { private static readonly Vector2D P1 = new Vector2D(1, 2); private s...
// *** 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...
namespace RJCP.Diagnostics.Log.Dlt.Control { using System; using ControlArgs; /// <summary> /// Decodes the contents of the buffer to return a <see cref="SetTraceStatusResponse"/>. /// </summary> public class SetTraceStatusResponseDecoder : ControlArgDecoderBase { /// <summary> ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace _01.Rectangle_of_10x10_stars { class Program { static void Main(string[] args) { var n = int.Parse(Console.ReadLine()); for (int i = 1; i <= n; ...
using Newtonsoft.Json; namespace Telegram.Bot.Types { /// <summary> /// This object represents a phone contact. /// </summary> [JsonObject(MemberSerialization.OptIn)] public class Contact { /// <summary> /// Contact's phone number /// </summary> [JsonProperty(Re...
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //---...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace CitizenFX.Core.client.clrcore.GameClasses { public sealed class Weapon { private Ped pOwner; private Weapons pID; public Weapon(Ped Owner, Weapons ID) {...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using ICSharpCode.NRefactory.Ast; using FluentSharp.CoreLib; namespace FluentSharp.CSharpAST { public static class InvocationExpression_ExtensionMethods { public static InvocationExpression add_Invocation(this BlockS...
namespace ImGui { public unsafe delegate int ImGuiInputTextCallback(ImGuiInputTextCallbackData* data); }