C# Class Cyotek.Data.Nbt.TagEventArgs

Inheritance: System.EventArgs
ファイルを表示 Open project: cyotek/Cyotek.Data.Nbt

Public Methods

Method Description
TagEventArgs ( ITag tag ) : System

Protected Methods

Method Description
TagEventArgs ( ) : System

Method Details

TagEventArgs() protected method

protected TagEventArgs ( ) : System
return System

TagEventArgs() public method

public TagEventArgs ( ITag tag ) : System
tag ITag
return System