ReflectionBasedAutoSerializerIsIdentityField Method |
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic virtual bool IsIdentityField(
FieldInfo fi,
Type type
)
Public Overridable Function IsIdentityField (
fi As FieldInfo,
type As Type
) As Boolean
public:
virtual bool IsIdentityField(
FieldInfo^ fi,
Type^ type
)
abstract IsIdentityField :
fi : FieldInfo *
type : Type -> bool
override IsIdentityField :
fi : FieldInfo *
type : Type -> bool
Parameters
- fi
- Type: System.ReflectionFieldInfo
- type
- Type: SystemType
Return Value
Type:
Boolean
See Also