代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/229917/4727057
cs sqldatabasecollection.cs
using System;
using System.Collections;
namespace SqlAdmin {
///
/// A collection of SqlDatabase objects that represent the databases in a SQL server.
///
www.eeworm.com/read/201055/5060995
makefile
# New ports collection makefile for: libnet
# Version required: 1.0.2
# Dated Created: 1 January 1999
# Dated Updated: 10 Dec 2000
www.eeworm.com/read/340081/3291875
cs toolbardropdownlistitems.cs
using System;
using System.Collections;
namespace FreeTextBoxControls.Common {
///
/// Collection for ToolbarDropDownList
///
public class ToolbarDropDownListItems : I
www.eeworm.com/read/334125/3372689
c ejsgarbage.c
/*
* @file ejsGarbage.c
* @brief EJS Garbage collector.
* @overview This implements a generational mark and sweep collection scheme.
*/
/********************************* Copyright *************
www.eeworm.com/read/326747/3469073
java sqlloadablecollection.java
package org.hibernate.persister.collection;
public interface SQLLoadableCollection extends QueryableCollection {
public abstract String[] getCollectionPropertyColumnAliases(String propertyName, Str
www.eeworm.com/read/324136/3505264
c tkclipboard.c
/*
* tkClipboard.c --
*
* This file manages the clipboard for the Tk toolkit,
* maintaining a collection of data buffers that will be
* supplied on demand to requesting applications.
*
* Cop
www.eeworm.com/read/314935/3628577
cs sqlstoredprocedurecollection.cs
using System;
using System.Collections;
namespace SqlAdmin {
///
/// A collection of SqlStoredProcedure objects that represent the stored procedures in a SQL table.
///
www.eeworm.com/read/314935/3628579
cs sqldatabasecollection.cs
using System;
using System.Collections;
namespace SqlAdmin {
///
/// A collection of SqlDatabase objects that represent the databases in a SQL server.
///
www.eeworm.com/read/305277/3778827
scala bug650.scala
// test/Test2.scala
package test;
import scala.collection.mutable._;
trait Test2 extends LinkedList;