text
stringlengths
1
932k
namespace QueryNinja.Core.OrderingRules { /// <summary> /// Represent a rule to define Target collection order. /// </summary> public sealed class OrderingRule : IQueryComponent { /// <summary> /// Creates ordering rule. /// </summary> /// <param name="property"></pa...
using System.Collections; using System.Collections.Generic; using UnityEngine; using System; namespace ACGAMController { public class ACGAMR1 { private static Lazy<ACGAMR1> _current = new Lazy<ACGAMR1>(() => new ACGAMR1()); public static ACGAMR1 current { get { return _cu...
#region File Description //----------------------------------------------------------------------------- // PauseMenuScreen.cs // // Microsoft XNA Community Game Platform // Copyright (C) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- #endregi...
namespace Craftsman.Builders.Projects { using System; using Craftsman.Exceptions; using Craftsman.Helpers; using System.IO; using System.Text; using Enums; public class WebApiCsProjBuilder { public static void CreateWebApiCsProj(string solutionDirectory, string projectBaseName,...
using System; using System.Collections.Generic; using System.Text; namespace Kata.CustomTypes.RecyclingFactoryDone { public class PaperContainer : ContainerBase { protected override void CreateMaterials() { } } }
using System; using System.Collections.Generic; using System.Text; namespace AtomIoc.Strategies { public class ReflectionStrategyConfiguration { } }
using System; using System.Collections.Generic; using System.Linq; using System.Xml.Linq; namespace WixHelper { class Program { static Dictionary<string, Command> Commands = new Dictionary<string, Command>() { ["heat-filter"] = new HeatFilter(), }; static int Main(...
#if !BESTHTTP_DISABLE_ALTERNATE_SSL && (!UNITY_WEBGL || UNITY_EDITOR) #pragma warning disable using System; using System.IO; namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls { public interface TlsCipher { int GetPlaintextLimit(int ciphertextLimit); /// <exception cref="IOException...
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.269 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //----...
/* * Copyright (c) 2017 Razeware LLC * * 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, copy, modify, merge, publ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // <auto-generated/> #nullable disable using System.Text.Json; using Azure.Core; namespace Azure.ResourceManager.ConnectedVMware.Models { public partial class VirtualDisk : IUtf8JsonSerializable { void IU...
using VRageMath; namespace VRageRender.Messages { public class MyRenderMessageDebugDrawAABB : MyDebugRenderMessage { public BoundingBoxD AABB; public Color Color; public float Alpha; public float Scale; public bool DepthRead; public bool Shaded; public ...
using System.Reflection; using LibCpp2IL.Metadata; namespace LibCpp2IL { public struct Il2CppFieldReflectionData { public Il2CppFieldDefinition field; public FieldAttributes attributes; public object? defaultValue; } }
using System; using NamedPipeWrapper; namespace ExampleCLI { class MyServer { private bool KeepRunning { get { var key = Console.ReadKey(); if (key.Key == ConsoleKey.Q) return false; return true; ...
// 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.Linq; using System.Reflection; using System.Runtime.CompilerServices; using JetBrains.Annotations; using Microsoft.EntityFram...
using System; using JetBrains.Metadata.Reader.API; using JetBrains.Metadata.Utils; using JetBrains.ProjectModel; using JetBrains.ReSharper.Psi; using JetBrains.ReSharper.Resources.Shell; using JetBrains.ReSharper.UnitTestFramework; using JetBrains.ReSharper.UnitTestFramework.DotNetCore.DotNetVsTest; using JetBrains.Ut...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media; using S...
//----------------------------------------------------------------------------- // Copyright (c) 2012 GarageGames, LLC // // 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 restrictio...
namespace HardwareAffinity.Data.Repositories { using System; using System.Linq; using System.Threading.Tasks; using HardwareAffinity.Data.Common.Repositories; using Microsoft.EntityFrameworkCore; public class EfRepository<TEntity> : IRepository<TEntity> where TEntity : class { ...
/* * 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 Mirror; namespace FirstGearGames.Mirrors.InteractingSceneObjects { public interface INetworkUsable { void SetId(int value); int GetId(); void Use(); NetworkIdentity GetNetworkIdentity(); } }
using System; using System.Xml.Serialization; using System.ComponentModel.DataAnnotations; using BroadWorksConnector.Ocip.Validation; using System.Collections.Generic; namespace BroadWorksConnector.Ocip.Models { /// <summary> /// Adds Mobile Subscriber Directory Numbers to a service provider. It is possible to...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Text.Json; using System.Threading.Tasks; using Microsoft.AspNetCore.Identity; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.RazorPages; using Microsoft.Extensions.Logging; using Employee_Leave_Managent.D...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // 有关程序集的常规信息通过下列特性集 // 控制。更改这些特性值可修改 // 与程序集关联的信息。 [assembly: AssemblyTitle("Map_Zoom_test")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: Asse...
// 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 Microsoft.VisualStudio.Shell; // Add binding redirects for each assembly we ship in VS. This is required so that these assemblies show // up in t...
namespace Vehicles.Core { public interface IVehicle { double FuelQuantity { get; } double LitresPerKm { get; } int TankCapacity { get; } abstract void Refuel(double litres); public abstract double AirConditionerFuelIncrement { get; } } }
using System; namespace Yoti.Auth.Sandbox { public static class Timestamp { public static long GetUnixTimeMicroseconds(DateTime utcDateTime) { DateTimeOffset dto = new DateTimeOffset(utcDateTime); return dto.ToUnixTimeMilliseconds() * 1000; } } }
using System; using System.Collections.Generic; using Newtonsoft.Json; namespace Stripe { public class StripeTransferCreateOptions : StripeBaseOptions, ISupportMetadata { [JsonProperty("amount")] public int Amount { get; set; } [JsonProperty("currency")] public string Currency...
/* * 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.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...
using UnityEngine; namespace QFramework.GraphDesigner { internal struct IconCacheItem { public string Name { get; set; } public Color TintColor { get; set; } } }
using System; using System.Linq; using System.Reflection; using MoonSharp.Interpreter.Compatibility; namespace MoonSharp.Interpreter.Interop.BasicDescriptors { /// <summary> /// Descriptor of parameters used in <see cref="IOverloadableMemberDescriptor"/> implementations. /// </summary> public sealed class Paramet...
using Scoop.SyntaxTree.Visiting; namespace Scoop.SyntaxTree { public class MethodNode : AstNode { // Represents a single method including access modifier, return type, name, parameters // and body public ListNode<AttributeNode> Attributes { get; set; } public KeywordNode Access...
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("Un...
// Copyright (c) .NET Foundation and contributors. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Microsoft.CodeAnalysis; using System.Collections.Generic; namespace Microsoft.DotNet.ApiCompatibility.Abstractions { /// <summary> ...
@using ESearch.Foundation.SitecoreExtensions.Extensions @using ESearch.Feature.SearchResults @model ESearch.Feature.SearchResults.Models.SearchResultsModel <div class="component @Html.Sitecore().CurrentRendering.Parameters["Css Class"]"> <div class="esearch esearch-search-results"> <div class="row"> ...
namespace BandencenterJWM { public abstract class ICars { public string Kenteken; public int CarID; public int KMStand; } }
//--------------------------------------------------------------------- // <copyright file="SystemUriToStringRule.cs" company=".NET Foundation"> // Copyright (c) .NET Foundation and Contributors. All rights reserved. See License.txt in the project root for license information. // </copyright> //------------------...
// *** 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...
namespace RestEaseClientGenerator.Types { internal enum SecurityVersionType { // swagger: "2.0" Swagger2, // "openapi": "3.0.x" OpenApi3 } }
@using System.Collections.Generic @using System.Collections.ObjectModel @using System.Web.Http.Description @using System.Threading @using WebApi.HelpPage.ModelDescriptions @model IList<ParameterDescription> @if (Model.Count > 0) { <table class="help-page-table"> <thead> <tr><th>Name</th><th>De...
using System; using System.Linq; using System.Linq.Expressions; using System.Threading.Tasks; using CSharpWars.DataAccess.Repositories.Interfaces; using CSharpWars.DtoModel; using CSharpWars.Logic; using CSharpWars.Logic.Interfaces; using CSharpWars.Mapping; using CSharpWars.Model; using CSharpWars.Tests.Framework.Moc...
// <auto-generated /> using System; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Migrations; using Microsoft.EntityFrameworkCore.Storage.ValueConversion; using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata; using Shipbot.Data; namespace ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // <auto-generated/> #nullable disable namespace Azure.ResourceManager.CosmosDB.Models { /// <summary> The object representing continuous mode backup policy. </summary> public partial class ContinuousModeBackupPol...
using Dapper; using System; using System.Linq; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using CloudNDevOps.TerraformAgentDbor.Database.Oracle; using CloudNDevOps.TerraformAgentDbor.DatabaseInterface; using CloudNDevOps.TerraformAgentDbor.DatabaseInterface.Tables; using Cl...
// ******************************************************* // // Copyright (C) Microsoft. All rights reserved. // // ******************************************************* using System; using Syst...
// *** 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; using System.Threading.Tasks; using Windows.ApplicationModel.Activation; using Windows.UI.Xaml; namespace BindingInCode { partial class App { public App() { InitializeComponent(); } protected override void OnLaunched(LaunchActivatedEventArgs args) ...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using Voodoo; namespace ApiDocumenter.Models { public class PropertyNode : Node { public bool IsStatic { get; set; } public string TypeName { get; set; } public Type ReturnType { get; set; } ...
using System; using System.Collections.Generic; using SimpleScene; using SimpleScene.Demos; using OpenTK; using OpenTK.Input; using OpenTK.Graphics; namespace TestBench3 { public class SatScene : TestBenchBootstrap { protected enum MissileLaunchers : int {AttackerDrone, VandalShip, Camera...
namespace MortalEngines.Entities.Contracts { public interface IPilot { string Name { get; } void AddMachine(IMachine machine); string Report(); } }
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; namespace SerilogWebApp { public class Startup { public void Conf...
//------------------------------------------------------------------------------ // <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. // </auto-generated> //-----------------------------------------...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Threading.Tasks; namespace ExportadorContatosGoogle { public partial class FormWaiting : Form { public Ac...
/* * 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.ComponentModel; using System.Linq; using Xamarin.Forms.Platform.Tizen; using EDateTimeSelector = ElmSharp.DateTimeSelector; using TForms = Xamarin.Forms.Platform.Tizen.Forms; [assembly: ExportRenderer(typeof(Acr.UserDialogs.DateTimeView), typeof(Acr.UserDialogs.DateTimeViewRenderer))] namespace Acr.User...
using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework; using Penumbra.Geometry; namespace Penumbra.Graphics { internal static class GraphicsExtensions { public static void SetScissorRectangle(this GraphicsDevice device, ref BoundingRectangle bounds) { device.Scissor...
using System; using System.Reflection; using System.Runtime.Remoting.Messaging; using MLD.Library.SerializeHelper; namespace MLD.Library.DI { /// <summary> /// description:依赖注入框架 | dependency inject framework /// author:jjh /// date:2015-07-25 14:40 /// last modify date:2015-07-25 14:40 /// </...
using System; using System.Linq; /// <summary> /// Write a program which receives array of integers (space-separated) and /// prints the minimum and maximum number, the sum of the elements and the average value. /// </summary> public class ArrayStatistics { public static void Main() { int[] input = Co...
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("FCM...
namespace ASCIIWorld.Data.Generation { public enum ChunkType { Cavern, DugoutDungeon, Labyrinth, BSPDungeon, Overworld } }
using Gtk; using SlimeSimulation.Controller.WindowController.Templates; namespace SlimeSimulation.View.WindowComponent.SimulationStateDisplayComponent { public class StepsTakenInAdaptingSlimeDisplayComponent : Label { private readonly SimulationStepAbstractWindowController _controller; public ...
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.34209 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //--...
namespace ClearHl7.Codes.V230 { /// <summary> /// HL7 Version 2 Table 0128 - Allergy Severity. /// </summary> /// <remarks>https://www.hl7.org/fhir/v2/0128</remarks> public enum CodeAllergySeverity { /// <summary> /// MI - Mild. /// </summary> Mild, /// ...
/* * Copyright (c) 2010-2021 Achim Friedland <achim.friedland@graphdefined.com> * This file is part of Styx <https://www.github.com/Vanaheimr/Styx> * * 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...
// ----------------------------------------------------------------------- // <copyright file="ImageStreamException.cs" company="CodeRanger.com"> // CodeRanger.com. All rights reserved // </copyright> // <author>Dan Petitt</author> // <comment></comment> // ---------------------------------------------------------...
using System; using DRT; using System.IO; using System.Xaml; using System.Xml; using DrtXaml.XamlTestFramework; using Test; using Test.Elements; using System.Collections.Generic; using Test.Collections; using System.Collections; using Test.Properties; using System.Windows.Markup; using System.Windows.Controls; namesp...
namespace Oculus.Platform.Models { using System; public class AssetFileDownloadResult { public readonly ulong AssetId; public readonly string Filepath; public AssetFileDownloadResult(IntPtr o) { AssetId = CAPI.ovr_AssetFileDownloadResult_GetAssetId(o); ...
using System; namespace Rebex.Samples { /// <summary> /// Represents an exception that occured during OAuth2 authentication. /// </summary> public class OAuthAzureException : Exception { public string ErrorCode { get; private set; } public OAuthAzureException(string message) : thi...
////////////////////////////////////////////////////////////////////////////////// // // Author: Sase // Email: sase@stilsoft.net // // This software may be modified and distributed under the terms // of the MIT license. See the LICENSE file for details. // /////////////////////////////////////////////////////////////...
// Copyright (c) The Avalonia Project. All rights reserved. // Licensed under the MIT license. See licence.md file in the project root for full license information. using System; using Avalonia.Controls.Primitives; using Avalonia.Input; using Avalonia.Interactivity; using Avalonia.Layout; namespace Avalonia.Controls ...
using RedisMemoryCacheInvalidation.Utils; using StackExchange.Redis; namespace RedisMemoryCacheInvalidation.Redis { internal class ExistingRedisConnnection : RedisConnectionBase { public ExistingRedisConnnection(IConnectionMultiplexer mux) { multiplexer = mux; } pu...
using ProtoBuf; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Benchmark.Models { [ProtoContract] public class Answer : IGenericEquality<Answer> { [ProtoMember(1)] public int? question_id { get; set; } [...
@model ModelService.AdminBaseViewModel <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width" /> <title>@Model.SiteWideSetting.WebsiteName | @ViewBag.Title</title> <meta name="description" content="@Model.SiteWideSetting.WebsiteDescription" ...
namespace HandyControlDemo.UserControl; public partial class ButtonDemoCtl { public ButtonDemoCtl() { InitializeComponent(); } }
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.Diagnostics; using System.Globalization; using System.Threading.Tasks; namespace Azure.Core.Pipeline { internal class RequestActivityPolicy : HttpPipelinePolicy { private const s...
using System.Collections.Generic; namespace MopsBot.Data.Tracker.APIResults.Wolfram { public class Img { public string src { get; set; } public string alt { get; set; } public string title { get; set; } public int width { get; set; } public int height { get; set; } }...
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:2.0.50727.3053 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //---...
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>. // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE using System.Collections.Generic; using System.Linq; using OpenTK; using OpenTK.Graphics; using osu.Framework.Allocation; using osu.Framework.Caching; using osu.Framewor...
using System.Collections.Generic; using System.Threading.Tasks; using GraphQLDotNet.Mobile.ViewModels; namespace GraphQLDotNet.Mobile.OpenWeather.Persistence { public interface ILocalStorage { Task Save(IEnumerable<WeatherSummaryViewModel> weatherLocationIds); WeatherSummaryViewModel[] Load();...
// Copyright 2017 Esri. // // 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 writing, software ...
using System; namespace FontAwesome { /// <summary> /// The unicode values for all FontAwesome icons. /// <para/> /// See https://fontawesome.com/cheatsheet /// <para/> /// This code was automatically generated by FA2CS (https://github.com/michaelswells/fa2cs a modified fork from https://github...
namespace BehaviorDesigner.Runtime.Tasks.Unity.SharedVariables { [TaskCategory("Unity/SharedVariable")] [TaskDescription("Sets the SharedGameObjectList variable to the specified object. Returns Success.")] public class SetSharedGameObjectList : Action { [Tooltip("The value to set the SharedGameO...
// <copyright file="SpanExtensions.cs" company="OpenTelemetry Authors"> // Copyright 2018, OpenTelemetry 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.apac...
 #if nsp namespace MapWinGIS { #endif using System; /// <summary> /// Represents a rectangle on the map. /// </summary> /// <remarks>In some cases additional Z and M dimensions can also be specified to denote the altitude of the displayed data for example.</remarks>\n /// Let's see how to ...
using NHM.Common.Device; using NHM.DeviceDetection.WMI; using System; using System.Collections.Generic; namespace NHM.DeviceDetection { public class DeviceDetectionResult { // WMI VideoControllers public IReadOnlyList<VideoControllerData> AvailableVideoControllers { get; internal set; } ...
using System.IO; using GenHTTP.Api.Infrastructure; using GenHTTP.Api.Content; namespace GenHTTP.Modules.IO.Providers { public class FileDataProviderBuilder : IBuilder<IResourceProvider> { private FileInfo? _File; private bool _AllowCaching = true; #region Functionality publ...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Net.Http.Headers; namespace vCIOProWeb.Areas.HelpPage { /// <summary> /// This is used to identify the place where the sample should be applied. /// </summary> public class HelpPageSampleKey { /// <sum...
using System; using System.Diagnostics; namespace Sequencer { /// <summary> /// Creates /// </summary> public class Sequence { private Node _head; private Node Head { get { return _head; } set { if (Head == null) Current = value; _head = value; } } private Node Current; privat...
/* * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * */ using System; using Piranha.Extend.Fields; namespace Piranha.Extend.Blocks { //...
///////////////////////////////////////////////////////////////////////////// // // Script : AntiCheatExtension.cs // Info : 反作弊 扩展方法 // Author : ls9512 // E-mail : ls9512@vip.qq.com // ///////////////////////////////////////////////////////////////////////////// using System; using System.Collections.Ge...
/* * 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.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("AWSSDK.ConfigService")] [assembly: Assembl...
// <auto-generated /> // Built from: hl7.fhir.r5.core version: 4.6.0 // Option: "NAMESPACE" = "fhirCsR5" using fhirCsR5.Models; namespace fhirCsR5.ValueSets { /// <summary> /// This value set includes sample Consent Action codes. /// </summary> public static class ConsentActionCodes { /// <summary> ...
// Copyright (c) Christof Senn. All rights reserved. See license.txt in the project root for license information. namespace DemoStartUp { using static CommonHelper; internal static class Program { private static void Main(string[] args) { ParseContextArgs(args); Ti...
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; public partial class pages_Komitenti_poslovniPartneri_KlasifikacijaAsortimanaDobavljaca : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { ...
using System.Net.Sockets; using shared.protocol; namespace Server { public class ReskinCommandHandler : ICommandHandler { public string Name => "reskin"; public string Syntax => "/reskin"; public string Description => "Changes your skin to a random skin"; public bool IsValidSyntax...
// *** 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...
/* * 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...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Microsoft.Protocols.TestTools.StackSdk.Asn1; namespace Microsoft.Protocols.TestTools.StackSdk.ActiveDirectory.Adts.Asn1CodecV2 { /* LDAPResult_resultCode...