C# Class Engage.Dnn.Publish.ItemTagCollection

Summary description for ItemTagCollection.
Inheritance: System.Collections.CollectionBase
Exibir arquivo Open project: EngageSoftware/Engage-Publish Class Usage Examples

Public Methods

Method Description
Add ( ItemTag r ) : void
this ( int index ) : ItemTag

Method Details

Add() public method

public Add ( ItemTag r ) : void
r ItemTag
return void

this() public method

public this ( int index ) : ItemTag
index int
return ItemTag