Click or drag to resize

StiReferenceCollectionAdd Method (StiPropertyInfo, Object, PropertyInfo)

[Missing <summary> documentation for "M:Stimulsoft.Base.Serializing.StiReferenceCollection.Add(Stimulsoft.Base.Serializing.StiPropertyInfo,System.Object,System.Reflection.PropertyInfo)"]

Namespace:  Stimulsoft.Base.Serializing
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public void Add(
	StiPropertyInfo propInfo,
	Object value,
	PropertyInfo propertyInfo
)

Parameters

propInfo
Type: Stimulsoft.Base.SerializingStiPropertyInfo

[Missing <param name="propInfo"/> documentation for "M:Stimulsoft.Base.Serializing.StiReferenceCollection.Add(Stimulsoft.Base.Serializing.StiPropertyInfo,System.Object,System.Reflection.PropertyInfo)"]

value
Type: SystemObject

[Missing <param name="value"/> documentation for "M:Stimulsoft.Base.Serializing.StiReferenceCollection.Add(Stimulsoft.Base.Serializing.StiPropertyInfo,System.Object,System.Reflection.PropertyInfo)"]

propertyInfo
Type: System.ReflectionPropertyInfo

[Missing <param name="propertyInfo"/> documentation for "M:Stimulsoft.Base.Serializing.StiReferenceCollection.Add(Stimulsoft.Base.Serializing.StiPropertyInfo,System.Object,System.Reflection.PropertyInfo)"]

See Also