Neokernel API

Props.copy Method

Copies the value of the property with the same name as key from srcProps into the IPropsContainer for this object.

public virtual bool copy(
   Props srcProps,
   string key
);

Parameters

srcProps
a reference to the source Props.
key
the name of the property to copy.

See Also

Props Class | com.neokernel.props Namespace