C# Class KeePassLib.Serialization.IocPropertyInfoPool

Mostra file Open project: cappert/keepass2

Public Methods

Method Description
Add ( IocPropertyInfo pi ) : bool
Get ( string strName ) : IocPropertyInfo

Private Methods

Method Description
EnsureInitialized ( ) : void

Method Details

Add() public static method

public static Add ( IocPropertyInfo pi ) : bool
pi IocPropertyInfo
return bool

Get() public static method

public static Get ( string strName ) : IocPropertyInfo
strName string
return IocPropertyInfo