C# Class System.Xml.Xsl.Xslt.CompilerErrorCollection

Inheritance: System.Collections.CollectionBase
Exibir arquivo Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
Add ( CompilerError value ) : int
AddRange ( CompilerError value ) : void
CompilerErrorCollection ( ) : System.Collections
CopyTo ( CompilerError array, int index ) : void

Method Details

Add() public method

public Add ( CompilerError value ) : int
value CompilerError
return int

AddRange() public method

public AddRange ( CompilerError value ) : void
value CompilerError
return void

CompilerErrorCollection() public method

public CompilerErrorCollection ( ) : System.Collections
return System.Collections

CopyTo() public method

public CopyTo ( CompilerError array, int index ) : void
array CompilerError
index int
return void