C# Class KeePassLib.Serialization.IocPropertyInfo

Mostra file Open project: cappert/keepass2 Class Usage Examples

Public Methods

Method Description
AddProtocols ( string v ) : void
IocPropertyInfo ( string strName, Type t, string strDisplayName, string vProtocols ) : System

Method Details

AddProtocols() public method

public AddProtocols ( string v ) : void
v string
return void

IocPropertyInfo() public method

public IocPropertyInfo ( string strName, Type t, string strDisplayName, string vProtocols ) : System
strName string
t System.Type
strDisplayName string
vProtocols string
return System