C# Class Sharplike.Core.Messaging.MessageArgumentAttribute

Inheritance: System.Attribute
Show file Open project: eropple/sharplike

Public Methods

Method Description
MessageArgumentAttribute ( int argindex, Type expectedtype ) : System

Method Details

MessageArgumentAttribute() public method

public MessageArgumentAttribute ( int argindex, Type expectedtype ) : System
argindex int
expectedtype System.Type
return System