content stringlengths 23 1.05M |
|---|
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// <auto-generated/>
#nullable disable
namespace Azure.ResourceManager.Communication.Models
{
/// <summary> Extra Operation properties. </summary>
public partial class OperationProperties
{
/// <summar... |
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
namespace Crossroads.Models.Profile
{
public class ProfileInterest
{
private ICollection<UserProfile> profiles;
public ProfileInterest()
{
this.profiles = new HashSet<UserProfile>(... |
using Microsoft.AspNetCore.Mvc;
namespace NhsWebDemo.Controllers
{
public class MobileAppController : Controller
{
public IActionResult About()
{
return View();
}
}
}
|
using System.Collections.Generic;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using XmasHell.BulletML;
using XmasHell.Entities;
using XmasHell.Entities.Bosses;
using XmasHell.Performance;
using XmasHell.Physics.Collision;
namespace XmasHell.Physics
{
public class CollisionWorld
{
... |
using Signum.Entities.Basics;
using System;
namespace Signum.Entities.Scheduler
{
[Serializable, EntityKind(EntityKind.System, EntityData.Transactional)]
public class SystemEventLogEntity : Entity
{
[StringLengthValidator(Min = 3, Max = 100)]
public string MachineName { get; set; ... |
// <auto-generated>
// Do not edit this file yourself!
//
// This code was generated by Xenko Shader Mixin Code Generator.
// To generate it yourself, please install Xenko.VisualStudio.Package .vsix
// and re-save the associated .xkfx.
// </auto-generated>
using System;
using Xenko.Core;
using Xenko.Rendering;
using ... |
using System.Collections.Generic;
using Newtonsoft.Json.Linq;
namespace DW.ELA.Interfaces
{
public interface ILogHistoricDataSource : IEnumerable<JObject>
{
}
}
|
using System;
using Taschenrechner;
using Xunit;
namespace Test2
{
public class UnitTest1
{
[Fact]
public void Test1()
{
//Arrange
var num = 1.2;
var pow = 2.8;
//Act
var math = new MathCalc();
var result = math.Po... |
using Clarity.App.Worlds.Gui;
using Clarity.Common.Infra.DependencyInjection;
using Clarity.Engine.EventRouting;
using Clarity.Engine.Gui;
using Clarity.Engine.Platforms;
using Eto;
namespace Clarity.Ext.Gui.EtoForms
{
public class GuiEto : IGui
{
private readonly IEventRoutingService eventRoutingServ... |
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行时版本:2.0.50727.5448
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------
namespace She... |
namespace StarBlog.Web.ViewModels.Blog;
/// <summary>
/// 博客信息概况
/// </summary>
public class BlogOverview {
/// <summary>
/// 文章数量
/// </summary>
public long PostsCount { get; set; }
/// <summary>
/// 分类数量
/// </summary>
public long CategoriesCount { get; set; }
/// <summary>
... |
using System;
namespace MvvmScarletToolkit
{
public static class TypeExtensions
{
public static string GetGenericTypeName(this Type type)
{
var result = type.Name;
while (type.GenericTypeArguments.Length > 0)
{
var typeName = type.GenericType... |
namespace WebApi.ActionFilters
{
public static class AuthUserRoles
{
public const string Admin = nameof(Admin);
public const string Manager = nameof(Manager);
public const string Employee = nameof(Employee);
public const string Owner = nameof(Owner);
}
}
|
using System.Text.RegularExpressions;
using ThronemastersStatsCounter.Extensions;
using ThronemastersStatsCounter.Model;
namespace ThronemastersStatsCounter
{
public static class LogParser
{
public static Log? Parse(string[] document)
{
var log = GetLog(document.First());... |
namespace CSharpAnalyzersTest.TestData.Spacing
{
using System.ComponentModel;
internal class AttributeBrackets
{
/// <summary>
/// Gets or sets a value indicating a Property.
/// </summary>
[
Description("Description of property"),
DefaultValue(typeof(int),"... |
using System.Collections.Generic;
namespace KdTree
{
public interface IMetric<T, TArray>
where TArray : IFixedArray<T>
{
T DistanceSquared(TArray a, TArray b);
}
}
|
using StreamingClient.Base.Util;
using StreamingClient.Base.Web;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Threading.Tasks;
using Twitch.Base.Models.NewAPI.Tags;
using Twitch.Base.Models.NewAPI.Users;
namespace Twitch.Base.Services.NewAPI
{
/// <summary>
/// The ... |
using Microsoft.SharePoint;
namespace GSoft.Dynamite.Globalization
{
/// <summary>
/// Regional settings entity.
/// </summary>
public class RegionalSettings
{
#region Constructors
/// <summary>
/// Default constructor for serialization purposes
/// </summary>
... |
namespace RiotPatch.StuffThatYouShouldn_tHave
{
public class LatestVersion
{
}
} |
using System;
using PlexRequests.Plex.Models;
namespace PlexRequests.UnitTests.Builders.Plex
{
public class DirectoryBuilder : IBuilder<Directory>
{
private string _key;
private string _title;
private string _type;
private string _agent;
private int _count;
pub... |
public struct Run {
public int lenght { get; set; }
public int value { get; set; }
} |
using PhamaMicroCrm.Business.Notifications;
using System.Collections.Generic;
namespace PhamaMicroCrm.Business.Interfaces
{
public interface INotifier
{
bool HasNotification();
List<Notification> GetNotifications();
void Handle(Notification notification);
}
}
|
//
// 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.Generic;
using System.Linq;
using Microsoft.SqlTools.Utility;
using Newtonsoft.Json;
namespace Microsoft.Kusto.ServiceLaye... |
@model int?
@(Html.Telerik().IntegerTextBoxFor(m => m)
.InputHtmlAttributes(new { style = "width:100%" })
.MinValue(int.MinValue)
.MaxValue(int.MaxValue)
) |
using System;
using System.Collections.Generic;
using System.Linq;
namespace LightBDD.Core.Dependencies
{
/// <summary>
/// Dependency registration options.
/// </summary>
public class RegistrationOptions
{
private readonly HashSet<Type> _asTypes = new HashSet<Type>();
/// <summary... |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Text;
namespace AutoForms.Common
{
public static class EnumHelper
{
public static Dictionary<int, string> ToDictionary(Type enumType)
{
if (!enumType.IsEnum) return null;
... |
using System.Collections.Immutable;
using System.Linq;
namespace TwoThousandFortyEight.Logic
{
public static class Directions
{
public static readonly Direction Up = new Direction(new[] {'w', 'W'}, 0, -1);
public static readonly Direction Down = new Direction(new[] {'s', 'S'}, 0, 1);
... |
using GalaSoft.MvvmLight;
using System.Collections.ObjectModel;
using GalaSoft.MvvmLight.Threading;
using System;
using LightShell.Api.Messages.Actions;
using LightShell.Messaging.Api;
using LightShell.Api.Messages.IO.Exports;
using System.IO;
using LightShell.InternalMessages.UI;
namespace LightShell.ViewModel
{
i... |
using System;
using FreshMvvm;
namespace Foodie.PageModels
{
public class MealsPageModel : FreshBasePageModel
{
public MealsPageModel()
{
}
}
}
|
using UnityEngine;
using System.Collections;
public class SuicideGuy : MonoBehaviour {
public AudioSource source;
public AudioClip explosionSound;
public GameObject explosion;
public float delay = 10;
public float explosionForce = 100;
public float radius = 20;
// Use this for initializati... |
using SqlSugar;
namespace Blog.Model.Db
{
/// <summary>
/// 类别表
/// </summary>
[SugarTable("tbl_category_info")]
public class CategoryInfo : BaseEntity
{
/// <summary>
/// 分类名称
/// </summary>
[SugarColumn(ColumnName = "category_name", Length = 20, IsNullable = f... |
using System.Runtime.InteropServices;
using MolecularWeightCalculator.COMInterfaces;
namespace MolecularWeightCalculator.FormulaFinder
{
/// <summary>
/// Formula finder options
/// </summary>
[Guid("D35BAE50-BD22-4CD0-8BFC-A8358F71C802"), ClassInterface(ClassInterfaceType.None), ComVisible(tr... |
using FluentValidation;
namespace ADHApi.ViewModels
{
public class UpdatePatientNoteViewModel
{
public string Body { get; set; }
public bool ShowToPatient { get; set; }
}
public class UpdatePatientNoteValidation : AbstractValidator<UpdatePatientNoteViewModel>
{
public Upda... |
using Microsoft.Maui.Layouts;
using System.Collections;
namespace CustomLayouts
{
public class ColumnLayout : VerticalStackLayout
{
// We'll use an attached property so we don't have to worry about tracking which items are
// in "Fill" mode locally.
public static readonly BindablePrope... |
using System.Collections.Generic;
using UnityEngine;
namespace DayNightCycle
{
public class LampManager : MonoBehaviour
{
/// <summary>
/// How often we should try to find lamps. Lower values cause a larger performance hit.
/// </summary>
public float lampCheckTime = 2.0f;
/// <summary>
/// A list of al... |
using Microsoft.Xna.Framework.Content;
using Microsoft.Xna.Framework.Graphics;
namespace PlatHak.Client.Common.Interfaces
{
public interface ILoad
{
bool Loaded { get; set; }
void LoadContent(GraphicsDevice graphicsDevice, ContentManager contentManager);
}
} |
using System;
using System.Threading;
using UniRx;
using UnityEngine;
namespace Samples.Section6
{
public class ObservableCancelSample : MonoBehaviour
{
private IDisposable _disposable;
private void Start()
{
_disposable =
Observable
.St... |
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Text.RegularExpressions;
using AdventOfCode.Common;
using JetBrains.Annotations;
namespace AdventOfCode.Solutions._2017._16;
[UsedImplicitly]
public class Year2017Day16 : IS... |
namespace Common.ImportExport
{
/// <summary>
/// Implementers of this interface should build a string that can be directly written to a text file.
/// The implementation should include all required formatting.
/// </summary>
public interface IShowExport
{
string GenerateTextStr... |
using System.Collections.Generic;
using System.Threading.Tasks;
using baykuslar_api.Data.Entities;
namespace baykuslar_api.Repositories
{
public interface IEquityFundingInvestmentRepository : IRepository
{
Task<bool> PostEquityFundingInvestmentAsync(EquityFundingInvestmentEntity entity);
Task<... |
using UnityEngine;
namespace SilCilSystem.Variables
{
internal class ReadonlyBoolValue : ReadonlyBool, IVariableSetter<VariableBool>
{
[SerializeField] private VariableBool m_variable = default;
public override bool Value => m_variable.Value;
void IVariableSetter<VariableBool>.SetVari... |
#region License
//
// The Open Toolkit Library License
//
// Copyright (c) 2006 - 2010 the Open Toolkit library.
//
// 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, in... |
using System;
using System.Threading;
using System.Threading.Tasks;
using DbParallel.DataAccess;
namespace DbParallel.Dispatcher
{
internal class PumpSynchronizer : ParallelExecuteWaitHandle
{
private volatile bool _KeepPumping;
public PumpSynchronizer()
: base(false)
{
_KeepPumping = fal... |
using System;
using System.Collections;
using System.Collections.Generic;
using System.Text;
using System.Windows;
using System.Xml;
using ActiproSoftware.Windows.Controls.Navigation;
#if WPF
using MessageBox = ActiproSoftware.Windows.Controls.ThemedMessageBox;
#endif
namespace ActiproSoftware.ProductSamples.Navigat... |
using System;
using IIIF.Presentation.V2.Strings;
using IIIF.Serialisation;
using Newtonsoft.Json;
namespace IIIF.Presentation.V2.Serialisation
{
/// <summary>
/// JsonConverter for <see cref="MetaDataValue"/> objects.
/// </summary>
public class MetaDataValueSerialiser : WriteOnlyConverter<MetaDataVal... |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using NUnit.Framework;
using NServiceKit.Common.Utils;
using NServiceKit.ServiceInterface.ServiceModel;
using NServiceKit.Text;
namespace NServiceKit.ServiceHost.Tests.Formats
{
/// <summary>A page.</summary>
public c... |
// ****************************************************************
// Copyright 2012, Charlie Poole
// This is free software licensed under the NUnit license. You may
// obtain a copy of the license at http://nunit.org
// ****************************************************************
#if CLR_2_0 || CLR_4_0
... |
namespace ByteDev.DotNet.Project
{
public class Reference
{
public string Name { get; internal set; }
public string Path { get; internal set; }
public string Version { get; internal set; }
public string Culture { get; internal set; }
public string PublicKeyToken { ge... |
namespace Redis.OM.Unit.Tests
{
public class StaticIncrementStrategy : IIdGenerationStrategy
{
public static int Current = 0;
public string GenerateId()
{
return (Current++).ToString();
}
}
} |
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.IO;
using System.Threading.Tasks;
using OpenNefia.Core.Log;
using OpenNefia.Core.Utility;
namespace OpenNefia.Core.ContentPack
{
internal partial class ResourceManager
{
/// <s... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection.Emit;
using System.Text;
using Xamarin.Forms;
namespace brk4113.View.Cells
{
public class EventOrgCell : ViewCell
{
public EventOrgCell()
{
var OrganizerNameLabel = new Label
{
... |
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Windows.ApplicationModel.AppService;
using Windows.Foundation.Collections;
using Windows.System.Diagnostics;
namespace Quarrel.RichPresence
{
public class QuarrelAppServ... |
using UnityEngine;
using System;
using Bachelor.Utilities;
namespace Bachelor.SerializeData
{
[Serializable]
[CreateAssetMenu(fileName = "PlanetMaterialList", menuName = "Planet/Planet material List", order = 1)]
public class PlanetMaterialList : SOBaseList<PlanetMaterialDetails>
{
}
} |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class UIHandlerBase : IUIHandler
{
public Transform Root { get; set; }
public void SetVisible(bool isVisible)
{
if(Root)
{
Root.gameObject.SetActive(isVisible);
}
}
}
|
using System;
using System.ComponentModel;
using System.Reflection;
using System.Windows.Data;
using System.Windows.Media;
using System.Collections.ObjectModel;
namespace SDKSample
{
public class ColorItemList : ObservableCollection<ColorItem>
{
public ColorItemList()
: base()
... |
using System;
using System.Runtime.InteropServices;
namespace Win32.IO.RawInput
{
/// <summary>
/// Contains the raw input from a device.
/// </summary>
[StructLayout(LayoutKind.Sequential)]
[CLSCompliant(false)]
public struct RAWINPUT
{
#region Union of RAWMOUSE, RAWKEYBOARD and RAWHID.
/// <summary>
//... |
// ----------------------------------------------------------------------------------------------
// Copyright (c) Mårten Rånge.
// ----------------------------------------------------------------------------------------------
// This source code is subject to terms and conditions of the Microsoft Public License. A
/... |
/*
Write a C# Sharp program to create a new string which is n (non-negative integer) copies of a given string
*/
using System;
namespace Exercice_25
{
class Program
{
static void Main(string[] args)
{
string userInput = String.Empty,
userString = String.Empty,
... |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
[System.Serializable]
public class Weapons{
public string name;
public GameObject bullet;
public int fireSpeed;
public float bulletLifeTime;
public float fireRate; //If using a beam will be how long inbetween damage t... |
@model Cats.Models.Hubs.RPT_DISPACHFORMOTHX_Result
@using System.Globalization
@using Telerik.Web.Mvc
@using System.Web.Mvc
@using Cats.Web.Hub.Helpers
@using Telerik.Web.Mvc.Examples
@using Telerik.Web.Mvc.UI
@{
ViewBag.Title = Html.Translate("Transactions");
}
@Html.Partial("DisplayWarehouse")
@using (Html.B... |
using System;
using System.Collections.Generic;
using System.Text;
namespace UserServices.Shared.Interface
{
internal interface IRepository<Type, IdType>
{
bool Remove(Type entity);
bool Remove(IdType id);
IEnumerable<Type> GetAll();
Type GetById(IdType id);
Type In... |
using System;
using System.Collections.Generic;
using System.Linq;
namespace PeanutButter.RandomGenerators.Tests.PerformanceTest
{
public class ServiceItem : EntityBase
{
public string ServiceNumber { get; set; }
public string ContractItemNumber { get; set; }
public string Description ... |
using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using System.Text;
using NUnit.Framework;
namespace SimpleStack.Orm.Tests
{
public partial class ExpressionTests
{
[Test]
public virtual void CanGetColumns()
{
using (var db = OpenDbConnec... |
using System;
using System.Collections;
using System.ComponentModel;
using System.IO;
using System.IO.Compression;
using System.Text;
namespace FastReport.Utils
{
internal static class Compressor
{
public static Stream Decompress(Stream source, bool bidiStream)
{
int byte1 = source.ReadByte();
... |
using NJsonSchema;
using NJsonSchema.CodeGeneration.CSharp;
using System;
namespace JSONSchema2CSharp
{
class Program
{
static void Main(string[] cmd)
{
Console.WriteLine("JSONSchema to C# class");
Devmasters.Args args = new Devmasters.Args(cmd, new string[... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Stateless;
namespace TelephoneCallExample
{
class Program
{
enum Trigger
{
CallDialed,
HungUp,
CallConnected,
LeftMessage,
Pla... |
namespace MassTransit.Clients
{
using Context;
using Pipeline.Filters.Outbox;
static class InternalOutboxExtensions
{
internal static ISendEndpoint SkipOutbox(this ISendEndpoint endpoint)
{
if (endpoint is ConsumeSendEndpoint consumeSendEndpoint)
endpoint = ... |
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace BuildXL.Native.IO
{
/// <summary>
/// Result of file duplication.
/// </summary>
public enum FileDuplicationResult
{
... |
using FluentAssertions.Ioc.Ninject.Sample;
using FluentAssertions.Ioc.Samples.Core;
using FluentAssertions.Ioc.Samples.Interfaces;
using Ninject;
using Ninject.Modules;
using NUnit.Framework;
namespace FluentAssertions.Ioc.Ninject.SampleTests
{
[TestFixture]
public class IocTests
{
[Test]
... |
// <copyright file="ContextActionBase.cs">
// Copyright © 2013 Dan Piessens All rights reserved.
// </copyright>
namespace SpecBind.Actions
{
using System;
using SpecBind.ActionPipeline;
/// <summary>
/// A base class for actions that converts the context to the desired override type.... |
@using Safewhere.IdentityProvider.RuntimeModel
@using Safewhere.IdentityProviderModel
@using System.Web.Mvc.Html
@using Safewhere.External.Samples
@model PartnerSelectionModel
@section TitleHeader{
Partner Selection
}
@section InitScript{
}
@section TitleContent{
Partner Selection
}
@section MainContent{
... |
// Copyright 2016 Google 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 applic... |
using Consul;
using Serilog;
using System;
namespace MicroService.Shared.ConsulServiceRegistration
{
public class ConsulServiceRegistry : IConsulServiceRegistry
{
public void Register(ConsulServiceOptions settings)
{
var logger = new LoggerConfiguration().WriteTo.Async(c => c.File(... |
namespace MyFitnessApp.Data.Seeding
{
using System;
using System.Linq;
using System.Threading.Tasks;
using MyFitnessApp.Data.Models;
public class ExerciseEquipmentsSeeder : ISeeder
{
public async Task SeedAsync(ApplicationDbContext dbContext, IServiceProvider serviceProvider)
... |
using System;
using System.Linq.Expressions;
using System.Reflection;
using UnityEngine;
using UnityEditor;
using com.ootii.Helpers;
namespace com.ootii.Base
{
/// <summary>
/// Base class for custom MonoBehaviour inspectors that allows serialized properties to be accessed
/// without hardcoding the field... |
using Spring.Context;
using Spring.FluentContext.Builders;
using Spring.FluentContext.Utils;
using Spring.Objects.Factory;
namespace Spring.FluentContext
{
/// <summary>
/// Interface for fluent application context.
/// </summary>
public interface IFluentApplicationContext : IApplicationConte... |
using System.Collections.Generic;
namespace EntityFrameworkCore.Vfp.Tests.Data.Northwind.Models {
public class Product {
public int ProductId { get; set; }
public string ProductName { get; set; }
public decimal? UnitPrice { get; set; }
public int? ReorderLevel { get; set; }
... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.RazorPages;
using lsc.Bll;
using lsc.Model;
namespace lsc.crm.Pages.EnterCustom
{
public class DistributionUserListModel : PageModel
{
public L... |
namespace IOSApp.Controller
{
using UIKit;
public partial class NavController : UINavigationController
{
public NavController() : base((string)null, null)
{
}
}
} |
namespace RapidCMS.Core.Enums
{
public enum ListType
{
Table = 0,
Block = 1
}
}
|
using System;
using System.Linq;
using GeneticSharp;
using GeneticSharp.Domain;
using GeneticSharp.Domain.Chromosomes;
using GeneticSharp.Domain.Crossovers;
using GeneticSharp.Domain.Mutations;
using GeneticSharp.Domain.Populations;
using GeneticSharp.Domain.Selections;
using GeneticSharp.Domain.Terminations;
using ge... |
/**********************************************************************************************************************
FocusOPEN Digital Asset Manager (TM)
(c) Daydream Interactive Limited 1995-2011, All Rights Reserved
The name and trademarks of copyright holders may NOT be used in advertising or publicity perta... |
// $Id: RoleNetworkService.cs 953 2006-04-22 20:16:07Z pediddle $
using System;
using System.Diagnostics;
using System.Threading;
using UW.ClassroomPresenter.Model;
using UW.ClassroomPresenter.Model.Network;
using UW.ClassroomPresenter.Network.Messages;
using UW.ClassroomPresenter.Network.Messages.Network;
... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Zyan.Communication.Transport
{
/// <summary>
/// Client transport adapter interface.
/// </summary>
public interface IClientTransportAdapter
{
/// <summary>
/// Gets the uni... |
using System.Xml.Serialization;
using System;
namespace Reign.Video.Abstraction
{
public class RMX_ArmatureBoneValues
{
[XmlText] public string Content;
public float[] Values;
public void Init()
{
Values = RMXModel.ConvertToFloatArray(Content);
}
}
public class RMX_ArmatureBone
{
[XmlAttribute("... |
using MariGlobals.Utils;
using MariSocketClient.Clients;
using MariSocketClient.Entities.MariEventArgs;
using System;
using System.Threading.Tasks;
namespace MariSocketClient.Utils
{
public static class MariSocketClientExtensions
{
internal static async Task Try
(this Task task, MariWebSoc... |
/**
/// ScrimpNet.Core Library
/// Copyright © 2005-2011
///
/// This module is Copyright © 2005-2011 Steve Powell
/// All rights reserved.
///
/// This library is free software; you can redistribute it and/or
/// modify it under the terms of the Microsoft Public License (Ms-PL)
///
/// This library is distributed in... |
namespace ZetaResourceEditor.UI.Tools
{
#region Using directives.
// ----------------------------------------------------------------------
using System;
using System.Reflection;
using DevExpress.XtraEditors.Controls;
using Helper.Base;
using Properties;
using RuntimeUserInterface.Shell;
using ZetaLongPaths;... |
using System.Collections;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using Dialogue.Submodules.TextVariable;
using UnityEngine;
public class TimeTextVariable : TextVariable
{
private string[] variableText = new[]
{
"NOW",
"UTCNOW",
"YEAR",
"... |
//Copyright © 2014 Sony Computer Entertainment America LLC. See License.txt.
using Sce.Atf.Controls.Adaptable.Graphs;
using Sce.Atf.Dom;
namespace CircuitEditorSample
{
public class GroupPin : Sce.Atf.Controls.Adaptable.Graphs.GroupPin, ICircuitGroupPin<Module>
{
// for bases class Pin
... |
using System;
namespace Vanara.PInvoke
{
/// <summary>The state of the other mouse buttons plus the SHIFT and CTRL keys.</summary>
[PInvokeData("winuser.h")]
[Flags]
public enum MouseButtonState
{
/// <summary>The left mouse button is down.</summary>
MK_LBUTTON = 0x0001,
/// <summary>The right mouse butto... |
using ExcelDna.Integration;
using ExcelDna.IntelliSense;
namespace ExcelDna.XFunctions
{
public class AddIn : IExcelAddIn
{
public void AutoOpen()
{
IntelliSenseServer.Install();
}
public void AutoClose()
{
IntelliSenseServer.Uninstall();
... |
using Microsoft.OpenApi.Models;
using Swashbuckle.AspNetCore.SwaggerGen;
namespace Destiny.Core.Flow.Swagger.Filter
{
public class TagDescriptionsDocumentFilter : IDocumentFilter
{
public void Apply(OpenApiDocument swaggerDoc, DocumentFilterContext context)
{
}
}
}
|
using OpenNetcode.Shared.Attributes;
using OpenNetcode.Shared.Components;
using Unity.Entities;
using Unity.Networking.Transport;
namespace ExampleGame.Shared.Components
{
[InternalBufferCapacity(4)]
[PublicEvent]
public partial struct BumpEvent : IBufferElementData
{
}
}
|
using System;
using System.Collections.Generic;
using System.Text;
namespace RTLSDR.Core
{
public class MorseDecode : PipelineBase<byte[], IEnumerable<bool>>
{
public int SignalSequenceLengthMin { get; private set; }
public int SignalSequenceLengthMax { get; private set; }
public int E... |
namespace Klaesh.UI.Window
{
public class WindowBase : ViewModelBehaviour
{
public void Close()
{
var nav = _locator.GetService<INavigator>();
nav.CloseCurrentWindow();
}
}
}
|
namespace X4_DataExporterWPF.Entity
{
/// <summary>
/// 艦船
/// </summary>
/// <param name="ShipID">艦船ID</param>
/// <param name="ShipTypeID">艦船種別ID</param>
/// <param name="Macro">マクロ名</param>
/// <param name="SizeID">サイズID</param>
/// <param name="Mass">質量</param>
/// <param name="... |
using System.Collections.Generic;
using System.Linq;
namespace LASI.Core.Binding
{
/// <summary>
/// Attempts to bind pronouns to the entities they refer to.
/// </summary>
public static class PronounBinder
{
/// <summary>
/// Attempts to perform pronoun binding within the given Se... |
using System.Web.UI.WebControls;
public static class RepeaterExtensions
{
/// <summary>
/// Sets the DataSource and then calls DataBind() on a repeater with the given datasource.
/// </summary>
/// <param name="repeater"></param>
/// <param name="datasource"></param>
public static void DataBin... |
namespace DragonSpark.Application.Security.Identity.MultiFactor;
public readonly record struct KeyApplicationLocationInput(string Identifier, string Key); |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.