Click or drag to resize

SharpScriptBaseIsPropertyOverriden Method


Namespace: ArthaChitra.Model.SharpScript
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.5.0
Syntax
C#
public static bool IsPropertyOverriden(
	Type type,
	string propertyName,
	Type declareingType
)

Parameters

type  Type
 
propertyName  String
 
declareingType  Type
 

Return Value

Boolean
See Also